Re: [ansible-project] Importing multiple ansible playbooks

2022-11-02 Thread 'Rowe, Walter P. (Fed)' via Ansible Project
First you should read these pages that describe the difference between import vs include. https://docs.ansible.com/ansible/2.9/user_guide/playbooks_reuse_includes.html https://docs.ansible.com/ansible/2.9/user_guide/playbooks_reuse.html#tradeoffs-and-pitfalls-between-includes-and-imports Do

[ansible-project] Importing multiple ansible playbooks

2022-11-02 Thread 'Chris Bidwell - NOAA Federal' via Ansible Project
Hi all, Is there a way, or what is the syntax since I can't seem to find it on importing an ansible playbook and with that applying a specific tag to one or some of those playbooks? --- # Add tsg keys - import_playbook: tsg.yml - import_playbook: tsgkey.yml # Connect to RHSM - import_playbook: