Skip to content

Commit 10d3d4d

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 10d3d4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

all.yml

Lines changed: 4 additions & 0 deletions
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+
roles:
711
- role: usegalaxy_eu.rocky_security_repository
812
become: true
913
when: ansible_facts['distribution'] == "Rocky"

0 commit comments

Comments
 (0)