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