Skip to content

Commit 7174561

Browse files
committed
Split all.yml in two plays
- One play is dedicated to SSH keys (could be extended to the SSH hardening role, and/or signing the SSH host keys). - The other is dedicated to managing repositories and packages (used only for the Rocky Linux Security Repository, but could be extended to DNF-automatic, EPEL repo, etc).
1 parent 7adf8cf commit 7174561

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

all.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
gather_facts: false
55
roles:
66
- role: usegalaxy_eu.ssh_manager
7+
8+
- name: Manage repositories and packages
9+
hosts: all
10+
become: true
11+
roles:
712
- role: usegalaxy_eu.rocky_security_repository
8-
become: true
913
when: ansible_facts['distribution'] == "Rocky"

0 commit comments

Comments
 (0)