Merge branch 'master' of https://github.com/jcwimer/homelab-ansible
This commit is contained in:
16
playbooks/site.yml
Normal file
16
playbooks/site.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
# This playbook deploys a development machine
|
||||
|
||||
- name: Apply common configuration to all nodes
|
||||
hosts: all
|
||||
user: root
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/common/tasks/main.yml
|
||||
|
||||
- name: Set up developer machine
|
||||
hosts: developer-machines
|
||||
user: root
|
||||
serial: 100%
|
||||
tasks:
|
||||
- include: ../roles/developer-machine/tasks/main.yml
|
||||
Reference in New Issue
Block a user