Updated host references
diff --git a/control-server.yml b/control-server.yml index 9ba9ab8..f77854f 100644 --- a/control-server.yml +++ b/control-server.yml
@@ -1,12 +1,12 @@ --- - include: configuration/update-user.yml vars: - hosts: 'control' +` hosts: '{{ hosts }}' user: 'root' tags: - root-user -- hosts: control +- hosts: '{{ hosts }}' become: yes vars_files:
diff --git a/resources/ec2.ini b/resources/ec2.ini index e06299a..ac2099a 100644 --- a/resources/ec2.ini +++ b/resources/ec2.ini
@@ -151,16 +151,14 @@ ###eucalyptus = True ###eucalyptus_host = clc.cloud.domain.org ## -### AWS regions to make calls to. Set this to 'all' to make request to all regio -##ns +### AWS regions to make calls to. Set this to 'all' to make request to all regions ### in AWS and merge the results together. Alternatively, set this to a comma ### separated list of regions. E.g. 'us-east-1,us-west-1,us-west-2' ##regions = all ##regions_exclude = us-gov-west-1,cn-north-1 ## ### When generating inventory, Ansible needs to know how to address a server. -### Each EC2 instance has a lot of variables associated with it. Here is the lis -##t: +### Each EC2 instance has a lot of variables associated with it. Here is the list: ### http://docs.pythonboto.org/en/latest/ref/ec2.html#module-boto.ec2.instance ### Below are 2 variables that are used as the address of a server: ### - destination_variable