galene-cloud/ansible/site.yml
Julien Riou 02d3ee924d
feat: Use the jriou.general Ansible collection
Signed-off-by: Julien Riou <julien@riou.xyz>
2026-03-23 10:11:03 +01:00

25 lines
486 B
YAML

- name: Pre install
become: true
hosts:
- galene
gather_facts: false
tasks:
- name: Wait for infrastructure to be ready
ansible.builtin.wait_for_connection:
delay: 10
timeout: 300
- name: Update repositories
ansible.builtin.apt:
update_cache: true
upgrade: full
retries: 30
delay: 10
- name: Install galene
become: true
hosts:
- galene
roles:
- jriou.general.certbot
- jriou.general.galene