Set up directory structure and a common role as well as a developer-machine role

This commit is contained in:
2017-05-09 20:25:07 -04:00
parent 309e1ce0c3
commit dcb40e00c5
6 changed files with 173 additions and 0 deletions

9
site.yml Normal file
View File

@@ -0,0 +1,9 @@
---
# This playbook deploys the whole application stack for my homelab
#
- name: Gather facts for all
hosts: all
remote_user: root
gather_facts: true
- include: playbooks/developer-machine.yml