Set up directory structure and a common role as well as a developer-machine role
This commit is contained in:
14
playbooks/developer-machine.yml
Normal file
14
playbooks/developer-machine.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# This playbook deploys a development machine
|
||||
|
||||
- name: Apply common configuration to all nodes
|
||||
hosts: developer-machines
|
||||
user: root
|
||||
tasks:
|
||||
- include: ../roles/common/tasks/main.yml
|
||||
|
||||
- name: Apply common configuration to all nodes
|
||||
hosts: developer-machines
|
||||
user: root
|
||||
tasks:
|
||||
- include: ../roles/developer-machine/tasks/main.yml
|
||||
Reference in New Issue
Block a user