Open thoraxe opened 7 years ago
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]
hosts: groupname[0]
The provisioner is the bastion host.
Right now the common package installation installs ansible everywhere.
It's really only needed on the provisioner.