fix 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m35s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m35s
Details
This commit is contained in:
parent
8f50df502e
commit
bde783a35c
|
@ -2,8 +2,13 @@
|
|||
hosts: joplin
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Debug
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ inventory_hostname }}"
|
||||
- name: Wait for connection
|
||||
ansible.builtin.wait_for:
|
||||
host: "{{ inventory_hostname }}"
|
||||
port: 22
|
||||
timeout: 300
|
||||
- name: Test some stuff
|
||||
ansible.builtin.shell: |
|
||||
|
|
|
@ -14,5 +14,6 @@ proxmox:
|
|||
vars:
|
||||
ansible_user: debian
|
||||
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
||||
ansible_ssh_common_args: -o StrictHostKeyChecking=accept-new # TODO: Improve this
|
||||
unmanaged:
|
||||
hosts:
|
||||
|
|
Loading…
Reference in New Issue