Skip to content

Instantly share code, notes, and snippets.

@pgporada
Created March 15, 2017 18:35
Show Gist options
  • Save pgporada/48ed430b5c568feab16f07ac60733d73 to your computer and use it in GitHub Desktop.
Save pgporada/48ed430b5c568feab16f07ac60733d73 to your computer and use it in GitHub Desktop.
---
- 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