test some stuff
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m19s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m19s
Details
This commit is contained in:
parent
7d169f3459
commit
228052548c
|
@ -0,0 +1,13 @@
|
||||||
|
- name: Setup Docker
|
||||||
|
hosts: proxmox:kovalhome:managed:joplin
|
||||||
|
tasks:
|
||||||
|
- name: Wait for connection
|
||||||
|
ansible.builtin.wait_for:
|
||||||
|
timeout: 300
|
||||||
|
- name: Test some stuff
|
||||||
|
ansible.builtin.shell: |
|
||||||
|
touch ~/hmm
|
||||||
|
echo test > ~/test
|
||||||
|
echo test2 >> ~/test
|
||||||
|
args:
|
||||||
|
executable: /bin/bash
|
|
@ -7,7 +7,12 @@ proxmox:
|
||||||
pve.mgmt.home.local.koval.net:
|
pve.mgmt.home.local.koval.net:
|
||||||
pve2.mgmt.home.local.koval.net:
|
pve2.mgmt.home.local.koval.net:
|
||||||
managed:
|
managed:
|
||||||
hosts:
|
children:
|
||||||
joplin.srv.home.local.koval.net:
|
joplin:
|
||||||
|
hosts:
|
||||||
|
joplin.srv.home.local.koval.net:
|
||||||
|
vars:
|
||||||
|
ansible_user: debian
|
||||||
|
ansible_ssh_private_key_file: ~/.ssh/id_rsa
|
||||||
unmanaged:
|
unmanaged:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in New Issue