diff options
| author | spmfox <spmfox@foxwd.com> | 2023-06-25 16:42:49 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2023-06-25 16:42:49 -0400 |
| commit | 18c328be1a1a8502c956e85e01c01b7a9ff49042 (patch) | |
| tree | 3182cd79dca5858af59465fb36bc72a0b70f8583 /roles/guest-configure/vars/main.yml | |
| parent | 268ce2cae02aa1c8b2ca965bec1207ee7245bcb4 (diff) | |
updating documentation, only do guest-configuration when root password or ssh key are defined
Diffstat (limited to 'roles/guest-configure/vars/main.yml')
| -rw-r--r-- | roles/guest-configure/vars/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 }}" |
