bitwarden

This commit is contained in:
jaydee 2024-11-14 17:23:16 +01:00
parent 2fc9af3c1e
commit 6164cc3b95
2 changed files with 5 additions and 6 deletions

View File

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

View File

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