2024-11/06/hosts_ssh_epel.yml

13 lines
175 B
YAML
Raw Permalink Normal View History

2024-11-27 09:46:12 +00:00
---
- hosts: all
roles:
- cleanup-hosts
- { role: ssh-keyonly }
- role: epel
when: ansible_os_family == "RedHat" and ansible_distribution != "Fedora"