diff --git a/.gitignore b/.gitignore index 5fc2606..0dbe0d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ ansible/venv ansible/ssh_key ansible/group_vars -ansible/inventory tofu/clouds.yaml tofu/ovh.conf tofu/terraform.tfstate diff --git a/ansible/site.yml b/ansible/site.yml index c66dfa9..c047d1b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -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