Host management improvements

This commit is contained in:
2020-07-07 16:19:36 -04:00
parent 67cc6ad8a5
commit 6f0e9788d3
4 changed files with 19 additions and 22 deletions

View File

@@ -1,6 +1,15 @@
# Toal Lab Site Playbook
- name: Set up Network interfaces
hosts: all
gather_facts: true
become: true
roles:
- name: linux-system-roles.network
when: network_connections is defined
- name: Common Lab Machine Setup
hosts: platform_linux
hosts: platform_linux,platform_fedora_linux
become: true
roles:
- toal-common