Add rsync and gitea roles

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-09 16:23:19 -04:00
parent a8ef77c981
commit 6775693835
3 changed files with 15 additions and 0 deletions
+7
View File
@@ -21,6 +21,9 @@ roles:
- name: 'ensure_git'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
version: 'master'
- name: 'ensure_gitea'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_gitea.git'
version: 'main'
- name: 'ensure_hostname'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_hostname.git'
version: 'master'
@@ -51,6 +54,9 @@ roles:
- name: 'ensure_repo_rpmfusion'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git'
version: 'master'
- name: 'ensure_rsync'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_rsync.git'
version: 'main'
- name: 'ensure_selinux'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_selinux.git'
version: 'master'
@@ -64,3 +70,4 @@ roles:
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
version: 'master'
...