13 lines
175 B
YAML
13 lines
175 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
|
||
|
roles:
|
||
|
|
||
|
- cleanup-hosts
|
||
|
|
||
|
- { role: ssh-keyonly }
|
||
|
|
||
|
- role: epel
|
||
|
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"
|
||
|
|