We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df49b57 commit 88f10a6Copy full SHA for 88f10a6
etc/kayobe/ansible/reboot.yml
@@ -5,7 +5,7 @@
5
gather_facts: false
6
vars:
7
reboot_timeout_s: "{{ 20 * 60 }}"
8
- reboot_with_bootstrap_user: false
+ reboot_with_bootstrap_user: true
9
ansible_user: "{{ bootstrap_user if reboot_with_bootstrap_user | bool else kayobe_ansible_user }}"
10
ansible_ssh_common_args: "{{ '-o StrictHostKeyChecking=no' if reboot_with_bootstrap_user | bool else '' }}"
11
ansible_python_interpreter: "/usr/bin/python3"
0 commit comments