split playbook
This commit is contained in:
14
fedora-gnome-workstation.yml
Normal file
14
fedora-gnome-workstation.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
- name: Configure Fedora Workstation
|
||||
hosts: fedora_workstation
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- fedora_workstation
|
||||
|
||||
- name: Configure Fedora Gnome Workstation
|
||||
hosts: fedora_gnome_workstation
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- fedora_gnome_workstation
|
||||
7
fedora-workstation.yml
Normal file
7
fedora-workstation.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Configure Fedora Workstation
|
||||
hosts: fedora_workstation
|
||||
gather_facts: true
|
||||
|
||||
roles:
|
||||
- fedora_workstation
|
||||
Reference in New Issue
Block a user