Skip to content

Commit

Permalink
Removed ansible refs, which are now in Ansible Galaxy. Promoted vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilberm committed May 1, 2018
1 parent a873454 commit 5518fed
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 334 deletions.
35 changes: 0 additions & 35 deletions automation/ansible/deprecated/all-in-one/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions automation/ansible/deprecated/all-in-one/inv

This file was deleted.

118 changes: 0 additions & 118 deletions automation/ansible/deprecated/all-in-one/play.yml

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions automation/ansible/deprecated/all-in-one/templates/lh-compose.js

This file was deleted.

27 changes: 0 additions & 27 deletions automation/ansible/deprecated/all-in-one/templates/px.service.js

This file was deleted.

32 changes: 0 additions & 32 deletions automation/ansible/portworx/README.md

This file was deleted.

4 changes: 0 additions & 4 deletions automation/ansible/portworx/inv.yml

This file was deleted.

20 changes: 0 additions & 20 deletions automation/ansible/portworx/portworx.yml

This file was deleted.

2 changes: 0 additions & 2 deletions automation/vagrant/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion aws/asg/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt-add-repository ppa:ansible/ansible
sudo apt-get -y update
sudo apt-get -y install ansible
sudo "curl -fsL http://get.docker.com | sh"
sudo "curl -fsL http://get.portworx.com | sh"
# sudo "curl -fsL http://get.portworx.com | sh"
EOF

}
Expand Down
6 changes: 5 additions & 1 deletion aws/asg/variables.tf
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
variable "namespace" {
default = "jeff"
}

variable "volsize" {
description = "Extra EBS volsize"
default = 100
}

variable "instances" {
description = "The number of servers."
default = 1
}

# AWS Specific variables
variable "instance_type" {
default = "t2.medium"
default = "t2.small"
}

variable "pub_key" {
Expand All @@ -20,6 +23,7 @@ variable "pub_key" {

variable "key_name" {
description = "The id of the ssh key to add to the servers"
default = "jeff"
}

variable "vpc_cidr_block" {
Expand Down
6 changes: 3 additions & 3 deletions digital_ocean/centos/vars.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "do_token" {
description = "API Token"
default = ""
default = "9aa81648927045158b7d2b2d538690adeffbf18e4b531cef21341ee006dd7a7c"
}

variable "do_count" {
Expand All @@ -15,7 +15,7 @@ variable "region" {

variable "size" {
description = "Instance size: [ 2gb, 4gb, 8gb, 16gb, 32gb, 48gb, 64gb ]"
default = ""
default = "4gb"
}

variable "volsize" {
Expand All @@ -40,7 +40,7 @@ variable "pub_key" {

variable "ssh_fingerprint" {
description = "fingerprint"
default = ""
default = "74:aa:a7:6e:2a:78:fb:27:d5:01:5e:94:1a:d3:38:fd"
}


1 change: 1 addition & 0 deletions digital_ocean/coreos/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
output "ip-addrs" {
value = [ "${formatlist("ssh core@%s", "${digitalocean_droplet.coreos.*.ipv4_address}")}" ]
}

Loading

0 comments on commit 5518fed

Please sign in to comment.