ansible_aws_deployer
ansible_aws_deployer copied to clipboard
ansible doesn't need to be installed on all hosts in common, just provisioner
Right now the common package installation installs ansible everywhere.
It's really only needed on the provisioner.
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]
The provisioner is the bastion host.