commit | 77f83118cda2f53ae82a464e99a30c907957487b | [log] [tgz] |
---|---|---|
author | Carlos Frias <cfrias@apigee.com> | Sat Oct 15 22:32:37 2016 -0400 |
committer | Carlos Frias <cfrias@apigee.com> | Sat Oct 15 22:32:37 2016 -0400 |
tree | 4355440a906eb89ccfe7235d416b9adf35bd55a9 | |
parent | 5ed210e8b1d0a0e1941d3d2c27e58fb4f4787fa5 [diff] |
added control server profile
diff --git a/environments/aws/profiles/control-server.yml b/environments/aws/profiles/control-server.yml new file mode 100644 index 0000000..acc7a99 --- /dev/null +++ b/environments/aws/profiles/control-server.yml
@@ -0,0 +1,11 @@ +--- +# centos 7.2 +image_id: ami-7209f41f +instance_type: 't2.medium' +wait: yes +assign_public_ip: yes +session_name: ansible-control-server +application: edge +pod: NA +start: 1 +end: 1 \ No newline at end of file