From 18c328be1a1a8502c956e85e01c01b7a9ff49042 Mon Sep 17 00:00:00 2001 From: spmfox Date: Sun, 25 Jun 2023 16:42:49 -0400 Subject: updating documentation, only do guest-configuration when root password or ssh key are defined --- roles/guest-configure/vars/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/guest-configure/vars/main.yml') diff --git a/roles/guest-configure/vars/main.yml b/roles/guest-configure/vars/main.yml index 2ffbd32..41a4bcf 100644 --- a/roles/guest-configure/vars/main.yml +++ b/roles/guest-configure/vars/main.yml @@ -1,5 +1,6 @@ ansible_ssh_common_args: "-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" ansible_user: root +ansible_ssh_password: "{{ root_password if root_password is defined }}" guest_configure_user: "{{ user if user is defined }}" guest_configure_user_shell: "{{ shell if shell is defined }}" -- cgit