Files
test/roles/requirements.yml
T
jmrothst af736db201 Merge ensure_selinux
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-10 21:38:51 -05:00

38 lines
1.3 KiB
YAML

---
roles:
- name: 'ensure_apache'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_apache.git'
version: 'master'
- name: 'ensure_dovecot'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_dovecot.git'
version: 'master'
- name: 'ensure_gitea'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_gitea.git'
version: 'main'
- name: 'ensure_mariadb'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_mariadb.git'
version: 'master'
- name: 'ensure_postfix'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_postfix.git'
version: 'master'
- name: 'ensure_repo_epel'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git'
version: 'master'
- 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_sudo'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_sudo.git'
version: 'master'
- name: 'ensure_timezone'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_timezone.git'
version: 'master'
- name: 'ensure_vim'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_vim.git'
version: 'master'
...