Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Last active January 21, 2019 07:19
Show Gist options
  • Save constrict0r/2ad76d2e6394f24f6b462bffb060db1e to your computer and use it in GitHub Desktop.
Save constrict0r/2ad76d2e6394f24f6b462bffb060db1e to your computer and use it in GitHub Desktop.
Ansible include role
---
- 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