chore(awx): dramatically improve notes about workflows and variable precedence

This commit is contained in:
Michele Cereda
2025-08-13 20:26:54 +02:00
parent 808b133e0c
commit 1792c47b20
2 changed files with 80 additions and 28 deletions

View File

@@ -21,6 +21,7 @@ ansible-inventory -i 'inventory.yml' --host 'client2'
ansible -i 'inventory.yml' -m 'setup' all
ansible -i '192.168.1.34,gitlab.lan,' -m 'setup' 'gitlab.lan' -u 'admin'
ansible -i 'localhost,' -c 'local' -km 'setup' 'localhost'
ansible -i 'ec2_instances_by_instance_id.aws_ec2.yml' -m 'setup' 'tag_Application_Logstash,&tag_Component_Server'
# List tasks what would be executed
ansible-playbook 'gitlab.yml' --list-tasks