Relative Content

Tag Archive for ansibleansible-2.x

Ansible: How to run a role on a host dynamically determined at runtime

I’m looking to migrate app config from one host to another. The tasks to be ran on either host differ significantly that they warrant their own roles. Ideally, I’m looking for the target host to be determined dynamically from a web call rather than supplied to the playbook.