galene-cloud/ansible/site.yml
Julien Riou fc59b4f9a5
feat: Initial code
Signed-off-by: Julien Riou <julien@riou.xyz>
2025-04-12 06:50:12 +02:00

17 lines
271 B
YAML

- name: Pre install
become: true
hosts:
- galene
tasks:
- name: Update repositories
ansible.builtin.apt:
update_cache: true
upgrade: full
- name: Install galene
become: true
hosts:
- galene
roles:
- certbot
- galene