fix 0001
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m35s Details

This commit is contained in:
Gleb Koval 2023-09-04 22:40:07 +01:00
parent 8f50df502e
commit bde783a35c
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 6 additions and 0 deletions

View File

@ -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: |

View File

@ -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: