Compare commits

...

3 Commits

Author SHA1 Message Date
Fabio Sinibaldi d18e1df2cd Merge pull request 'ansible_init' (#4) from ansible_init into main
Reviewed-on: #4
2025-11-11 15:18:48 +01:00
Fabio Sinibaldi f2ec364916 Separated parameters 2025-11-11 15:16:15 +01:00
Fabio Sinibaldi aabc0c2004 Default python 3 on All 2025-11-11 15:15:52 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,3 @@
ansible_user: ansible
ansible_password: "{{ ansible_crypted_password }}"
ansible_password: "{{ ansible_crypted_password }}"
ansible_python_interpreter: /usr/bin/python3

View File

@ -1,3 +1,5 @@
---
- name: Check access to Internet
wait_for: host=1.1.1.1 timeout=1
wait_for:
host: 1.1.1.1
timeout: 5