Added nfs mount, sshpass, and serialization to playbook

This commit is contained in:
Cody Wimer
2017-07-26 21:35:30 -04:00
parent 14e07095f2
commit ee66afacbc
4 changed files with 31 additions and 4 deletions

View File

@@ -2,13 +2,15 @@
# This playbook deploys a development machine
- name: Apply common configuration to all nodes
hosts: developer-machines
hosts: all
user: root
serial: 100%
tasks:
- include: ../roles/common/tasks/main.yml
- name: Apply common configuration to all nodes
- name: Set up developer machine
hosts: developer-machines
user: root
serial: 100%
tasks:
- include: ../roles/developer-machine/tasks/main.yml