Created
February 25, 2018 11:12
-
-
Save fnzv/d5e8cc8d67f1b5101a47619e005241af to your computer and use it in GitHub Desktop.
install-something-template - Ansible
This file contains 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
--- | |
- name: Install something | |
hosts: localhost | |
user: root | |
# remote_user: user | |
# sudo: yes | |
roles: | |
- somerole1 | |
- somerole2 | |
- web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment