Debian 12 bookworm
Sponsored Link

Ansible : AWX : Run Jobs2023/08/01

 

This is the basic configuration for Ansible AWX to run Ansible Playbooks.

To run Playbooks on target Hosts on AWX, it needs to configure the following settings.

* Add inventories
* Add credentials
* Add projects
* Add job templates

To execute jobs, operate like follows.
This is based on the environment you configured all settings written in above.

[1] Login to Ansible AWX Web and click [Templates] on the left pane.
[2] Click the job template you'd like to execute.
[3] Click [Launch] button on the bottom of right pane, then jobs set in the template are executed.
[4] After launching jobs, output of the Playbook set in the template is shown.
If results include [failed=0], that's OK to finish successfully.
Matched Content