Compare commits
4 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
d18e1df2cd | |
|
|
f2ec364916 | |
|
|
aabc0c2004 | |
|
|
980aeb39e7 |
|
|
@ -1,2 +1,3 @@
|
|||
ansible_user: ansible
|
||||
ansible_password: "{{ ansible_crypted_password }}"
|
||||
ansible_password: "{{ ansible_crypted_password }}"
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue