-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
workstation-1
committed
Apr 13, 2017
1 parent
1578829
commit 4d21b76
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#!/bin/sh | ||
echo '172.31.54.11 automate.automate-demo.com automate' >> /etc/hosts | ||
echo '172.31.54.10 chef.automate-demo.com chef' >> /etc/hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
knife ec2 server create --fqdn lb -g sg-de9d44a5 --subnet subnet-cef71695 -f t2.micro -S nweddle_sa --image ami-05cf2265 --associate-public-ip -N lb -r 'role[lb]' -i ~/.ssh/nweddle_sa.pem --ssh-user centos | ||
knife ec2 server create --fqdn lb -g sg-de9d44a5 --subnet subnet-cef71695 -f t2.micro -S nweddle_sa --image ami-05cf2265 --associate-public-ip -N lb -r 'role[lb]' -i ~/.ssh/nweddle_sa.pem --ssh-user centos --user-data .\centos_user_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
knife ec2 server create --fqdn WinDyn1 -g sg-401e0e25 --subnet subnet-cef71695 -f m3.large -S nweddle_sa --image ami-94e26af4 --associate-public-ip --user-data knife_user_data -N WinDyn1 -r 'role[webserver-win]' -i ~/.ssh/nweddle_sa.pem --winrm-user Administrator --winrm-password Ch4ng3m3 --winrm-transport plaintext | ||
knife ec2 server create --fqdn WinDyn1 -g sg-03865f78 --subnet subnet-cef71695 -f m3.large -S nweddle_sa --image ami-94e26af4 --associate-public-ip --user-data win_user_data -N WinDyn1 -r 'role[webserver-win]' -i ~/.ssh/nweddle_sa.pem --winrm-user Administrator --winrm-password Ch4ng3m3 --winrm-transport plaintext |