From 6164cc3b95d47605b615e2691c24f182f7cfd60d Mon Sep 17 00:00:00 2001 From: jaydee Date: Thu, 14 Nov 2024 17:23:16 +0100 Subject: [PATCH] bitwarden --- hosts.yml | 10 +++++----- playbooks/update_ssh_keys.yml | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/hosts.yml b/hosts.yml index c9be0df..3533804 100644 --- a/hosts.yml +++ b/hosts.yml @@ -116,12 +116,12 @@ datacenter: hosts: morefine.home.lan: vars: - ansible_user: root - ansible_password: l4c1j4yd33Du5lo - ansible_ssh_user: root - ansible_ssh_pass: l4c1j4yd33Du5lo + ansible_user: jd + ansible_password: q + ansible_ssh_user: jd + ansible_ssh_pass: q ansible_become_user: root - ansible_become_password: l4c1j4yd33Du5lo + ansible_become_password: q containers: children: diff --git a/playbooks/update_ssh_keys.yml b/playbooks/update_ssh_keys.yml index 62d0a4a..bd4f094 100644 --- a/playbooks/update_ssh_keys.yml +++ b/playbooks/update_ssh_keys.yml @@ -1,6 +1,5 @@ - hosts: "{{ hosts }}" tasks: - # Deploy SSH Key # -- - name: Create a directory if it does not exist