WIP: Joplin VM #3

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

View File

@ -1,6 +1,5 @@
- name: Provision joplin Proxmox VM
hosts: localhost
# gather_facts: false
vars:
api_user: "{{ lookup('ansible.builtin.env', 'PROXMOX_USER') }}"
api_host: "{{ lookup('ansible.builtin.env', 'PROXMOX_HOST' ) }}"

View File

@ -1,5 +1,5 @@
- name: Setup Docker
hosts: proxmox:kovalhome:managed:joplin
hosts: joplin
tasks:
- name: Wait for connection
ansible.builtin.wait_for: