Skip to content

Instantly share code, notes, and snippets.

@fnzv
Created February 25, 2018 11:12
Show Gist options
  • Save fnzv/d5e8cc8d67f1b5101a47619e005241af to your computer and use it in GitHub Desktop.
Save fnzv/d5e8cc8d67f1b5101a47619e005241af to your computer and use it in GitHub Desktop.
install-something-template - Ansible
---
- 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