27 lines
808 B
YAML
27 lines
808 B
YAML
###
|
|
# installer avec ansible-galaxy install -f -r roles/requirements.yml -p roles/
|
|
# une exclusion doit être ajoutée au .gitignore pour chaque dependance
|
|
###
|
|
|
|
# roles Libretic
|
|
- name: common
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-common
|
|
|
|
- name: docker_gitea
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-docker_gitea
|
|
|
|
- name: docker_grav
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-docker_grav
|
|
|
|
- name: docker_host
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-docker_host
|
|
|
|
- name: proxmox_vm_tools
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-proxmox_vm_tools
|
|
|
|
- name: reverse_proxy
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-reverse_proxy
|
|
|
|
- name: rp_vhost
|
|
src: git+https://git.libretic.fr/libretic/ansible-role-rp_vhost
|
|
|