WIP: Joplin VM #3

Closed
cyclane wants to merge 12 commits from joplin-initial into main
2 changed files with 6 additions and 0 deletions
Showing only changes of commit bde783a35c - Show all commits

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: