Compare commits
2 commits
36b23ed093
...
234b7c056c
Author | SHA1 | Date | |
---|---|---|---|
234b7c056c | |||
e9b8b59306 |
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
ansible/venv
|
ansible/venv
|
||||||
ansible/ssh_key
|
ansible/ssh_key
|
||||||
ansible/group_vars
|
ansible/group_vars
|
||||||
|
ansible/inventory
|
||||||
tofu/clouds.yaml
|
tofu/clouds.yaml
|
||||||
tofu/ovh.conf
|
tofu/ovh.conf
|
||||||
tofu/terraform.tfstate
|
tofu/terraform.tfstate
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
become: true
|
become: true
|
||||||
hosts:
|
hosts:
|
||||||
- galene
|
- galene
|
||||||
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Wait for infrastructure to be ready
|
- name: Wait for infrastructure to be ready
|
||||||
ansible.builtin.ping:
|
ansible.builtin.ping:
|
||||||
|
@ -12,6 +13,8 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
upgrade: full
|
upgrade: full
|
||||||
|
retries: 30
|
||||||
|
delay: 10
|
||||||
|
|
||||||
- name: Install galene
|
- name: Install galene
|
||||||
become: true
|
become: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue