17 lines
292 B
YAML
17 lines
292 B
YAML
---
|
|
- name: Configure Fedora Workstation
|
|
hosts: fedora_workstation
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- fedora_workstation
|
|
|
|
#- name: Configure Fedora Development Workstation
|
|
# hosts: fedora_development_workstation
|
|
# gather_facts: true
|
|
|
|
# roles:
|
|
# - fedora_development_workstation
|
|
|
|
|