mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
2fc9af3c1e
commit
6164cc3b95
10
hosts.yml
10
hosts.yml
@ -116,12 +116,12 @@ datacenter:
|
|||||||
hosts:
|
hosts:
|
||||||
morefine.home.lan:
|
morefine.home.lan:
|
||||||
vars:
|
vars:
|
||||||
ansible_user: root
|
ansible_user: jd
|
||||||
ansible_password: l4c1j4yd33Du5lo
|
ansible_password: q
|
||||||
ansible_ssh_user: root
|
ansible_ssh_user: jd
|
||||||
ansible_ssh_pass: l4c1j4yd33Du5lo
|
ansible_ssh_pass: q
|
||||||
ansible_become_user: root
|
ansible_become_user: root
|
||||||
ansible_become_password: l4c1j4yd33Du5lo
|
ansible_become_password: q
|
||||||
|
|
||||||
containers:
|
containers:
|
||||||
children:
|
children:
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
- hosts: "{{ hosts }}"
|
- hosts: "{{ hosts }}"
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
# Deploy SSH Key
|
# Deploy SSH Key
|
||||||
# --
|
# --
|
||||||
- name: Create a directory if it does not exist
|
- name: Create a directory if it does not exist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user