24 lines
432 B
YAML
24 lines
432 B
YAML
---
|
|
- 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
|
|
|
|
#- name: Configure Fedora Development Workstation
|
|
# hosts: fedora_development_workstation
|
|
# gather_facts: true
|
|
|
|
# roles:
|
|
# - fedora_development_workstation
|
|
|
|
|