Last active
January 21, 2019 07:19
-
-
Save constrict0r/2ad76d2e6394f24f6b462bffb060db1e to your computer and use it in GitHub Desktop.
Ansible include role
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
--- | |
- name: Debian base configuration. | |
hosts: localhost | |
connection: local | |
gather_facts: yes | |
roles: | |
- role: debian-base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment