Only managed hosts
This commit is contained in:
4
site.yml
4
site.yml
@@ -1,6 +1,6 @@
|
|||||||
# Toal Lab Site Playbook
|
# Toal Lab Site Playbook
|
||||||
- name: Common Lab Machine Setup
|
- name: Common Lab Machine Setup
|
||||||
hosts: tag_ansible,!switch01
|
hosts: tag_ansible
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- toal-common
|
- toal-common
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
- lightbulb-ansiblered-deck
|
- lightbulb-ansiblered-deck
|
||||||
|
|
||||||
- name: Minecraft Systems
|
- name: Minecraft Systems
|
||||||
hosts: tag_mineos
|
hosts: tag_mineos:&tag_ansible
|
||||||
become: true
|
become: true
|
||||||
vars:
|
vars:
|
||||||
nodejs_version: "8.x"
|
nodejs_version: "8.x"
|
||||||
|
|||||||
Reference in New Issue
Block a user