Update to 2.9 syntax to add collections
This commit is contained in:
parent
6b6d99d2d4
commit
d6cf1bfc6e
@ -1,20 +1,30 @@
|
|||||||
---
|
---
|
||||||
- name: ensure_ansible_prereq
|
collections:
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
|
- name: 'ansible.netcommon'
|
||||||
version: master
|
- name: 'ansible.posix'
|
||||||
- name: ensure_log_rotation
|
# - name: 'ansible.windows'
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git
|
- name: 'community.crypto'
|
||||||
version: master
|
- name: 'community.general'
|
||||||
- name: ensure_os_patch
|
- name: 'community.kubernetes'
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
|
- name: 'community.libvirt'
|
||||||
version: master
|
- name: 'community.windows'
|
||||||
- name: ensure_repo_epel
|
roles:
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git
|
- name: ensure_ansible_prereq
|
||||||
version: master
|
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
|
||||||
- name: ensure_repo_fdragon
|
version: master
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_fdragon.git
|
- name: ensure_log_rotation
|
||||||
version: master
|
src: git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git
|
||||||
- name: ensure_repo_rpmfusion
|
version: master
|
||||||
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git
|
- name: ensure_os_patch
|
||||||
version: master
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user