I know I can call roles within my tasks/main.yml with the following:
role:
  - first_role
  - second_role
  - third_role


I have some stand-alone playbooks, however, that aren't configure in the 
galaxy-init format.  I wish to call a handful of these playbooks within a 
role.  What is the proper syntax (including variables)?

For instance, on a command line I would call:
ansible-playbook /playbooks/one-offs/auditd_setup.yml -e host=ansible
ansible-playbook /playbooks/one-offs/update_gitlab_script.ymml -e 'host=ansible 
password=secret'
and so on


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5b89dbe2-ca40-4a2c-840f-a084b21ac387%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to