test/roles/requirements.yml
2020-11-29 23:24:11 -06:00

28 lines
1.0 KiB
YAML

---
roles:
- name: 'ensure_ansible_prereq'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git'
version: 'master'
- name: 'ensure_cockpit'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_cockpit.git'
version: 'master'
- name: 'ensure_log_rotation'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
version: 'master'
- name: 'ensure_os_patch'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git'
version: 'master'
- name: 'ensure_repo_epel'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git'
version: 'master'
- name: 'ensure_repo_fdragon'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_fdragon.git'
version: 'master'
- name: 'ensure_repo_rpmfusion'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git'
version: 'master'
- name: 'ensure_timezone'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_timezone.git'
version: 'master'