Add rsync and gitea roles
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
- role: 'ensure_log_rotation'
|
||||
- role: 'ensure_repo_epel'
|
||||
- role: 'ensure_repo_rpmfusion'
|
||||
- role: 'ensure_rsync'
|
||||
- role: 'ensure_selinux'
|
||||
- role: 'ensure_sudo'
|
||||
- role: 'ensure_timezone'
|
||||
@@ -46,4 +47,10 @@
|
||||
gather_facts: 'yes'
|
||||
roles:
|
||||
- role: 'ensure_podman'
|
||||
- name: 'gitea'
|
||||
hosts: 'gitea'
|
||||
gather_facts: 'yes'
|
||||
roles:
|
||||
- role: 'ensure_gitea'
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user