Add rsync and gitea roles
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
@@ -26,3 +26,4 @@ collections:
|
|||||||
- name: 'microsoft.ad'
|
- name: 'microsoft.ad'
|
||||||
- name: 'microsoft.iis'
|
- name: 'microsoft.iis'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,9 @@ roles:
|
|||||||
- name: 'ensure_git'
|
- name: 'ensure_git'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
|
- name: 'ensure_gitea'
|
||||||
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_gitea.git'
|
||||||
|
version: 'main'
|
||||||
- name: 'ensure_hostname'
|
- name: 'ensure_hostname'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_hostname.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_hostname.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
@@ -51,6 +54,9 @@ roles:
|
|||||||
- name: 'ensure_repo_rpmfusion'
|
- name: 'ensure_repo_rpmfusion'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
|
- name: 'ensure_rsync'
|
||||||
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_rsync.git'
|
||||||
|
version: 'main'
|
||||||
- name: 'ensure_selinux'
|
- name: 'ensure_selinux'
|
||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_selinux.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_selinux.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
@@ -64,3 +70,4 @@ roles:
|
|||||||
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
|
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
|
||||||
version: 'master'
|
version: 'master'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
- role: 'ensure_log_rotation'
|
- role: 'ensure_log_rotation'
|
||||||
- role: 'ensure_repo_epel'
|
- role: 'ensure_repo_epel'
|
||||||
- role: 'ensure_repo_rpmfusion'
|
- role: 'ensure_repo_rpmfusion'
|
||||||
|
- role: 'ensure_rsync'
|
||||||
- role: 'ensure_selinux'
|
- role: 'ensure_selinux'
|
||||||
- role: 'ensure_sudo'
|
- role: 'ensure_sudo'
|
||||||
- role: 'ensure_timezone'
|
- role: 'ensure_timezone'
|
||||||
@@ -46,4 +47,10 @@
|
|||||||
gather_facts: 'yes'
|
gather_facts: 'yes'
|
||||||
roles:
|
roles:
|
||||||
- role: 'ensure_podman'
|
- role: 'ensure_podman'
|
||||||
|
- name: 'gitea'
|
||||||
|
hosts: 'gitea'
|
||||||
|
gather_facts: 'yes'
|
||||||
|
roles:
|
||||||
|
- role: 'ensure_gitea'
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user