I'd like to reuse the postfix email server role used in Gerrit playbook in the Jenkins playbook. Currently, it is duplicated. Is that possible or should I use a different Ansible files organization to achieve the reuse I desire?
Dick Davies
unread,
Sep 2, 2016, 7:12:56 AM9/2/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible list
I'd put both those plays into site.yml , just targeting different host
groups, and have a single roles/ directory.
If you'd prefer, there's nothing wrong with a jenkins.yml and
gerrit.yml up in the same folder
as site.yml.