sborenst / ansible_aws_deployer

20 stars 20 forks source link

ansible doesn't need to be installed on all hosts in common, just provisioner #23

Open thoraxe opened 7 years ago

thoraxe commented 7 years ago

Right now the common package installation installs ansible everywhere.

It's really only needed on the provisioner.

johannes-cabal commented 7 years ago

What is the group name of the provisioners? Would just need to change the hosts target to below (pick the first provisioner in group "provisioner") hosts: groupname[0]

thoraxe commented 7 years ago

The provisioner is the bastion host.