Created
March 15, 2017 18:35
-
-
Save pgporada/48ed430b5c568feab16f07ac60733d73 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts myinventory | |
remote_user: dudeguy | |
gather_facts: true | |
roles: | |
- {role: ansible-role-repo-epel, tags: ["epel","repo"]} | |
- {role: ansible-role-httpd, tags: ["httpd"]} | |
- {role: ansible-role-jenkins, tags: ["jenkins"]} | |
- {role: ansible-role-jenkins-backups, tags: ["jenkins","backups"]} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment