Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 3. Running an Ansible playbook from Satellite
You can run an Ansible playbook on a host or host group by executing a remote job in Satellite.
Limitation of host parameters in Ansible playbook job templates
When you execute an Ansible playbook on multiple hosts, Satellite renders the playbook for all hosts in the batch, but only uses the rendered playbook of the first host to execute it on all hosts in the batch. Therefore, you cannot modify the behavior of the playbook per host by using a host parameter in the template control flow constructs. Host parameters are translated into Ansible variables, so you can use them to control the behavior in native Ansible constructs. For more information, see BZ#2282275.
Prerequisites
- Ansible plugin in Satellite is enabled.
- Remote job execution is configured. For more information, see Chapter 4, Configuring and setting up remote jobs.
- You have an Ansible playbook ready to use.
Procedure
- In the Satellite web UI, navigate to Monitor > Jobs.
- Click Run Job.
-
In Job category, select
Ansible Playbook
. -
In Job template, select
Ansible - Run playbook
. - Click Next.
- Select the hosts on which you want to run the playbook.
- In the playbook field, paste the content of your Ansible playbook.
- Follow the wizard to complete setting the remote job. For more information, see Section 4.21, “Executing a remote job”.
- Click Submit to run the Ansible playbook on your hosts.
Additional resources
Alternatively, you can import Ansible playbooks from Capsule Servers. For more information, see the following resources: