Playbook #1

/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
31 Oct 2023 00:02:36 +0000 00:14:02.52 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 5 6 711 711 43 1

File: /root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/group_vars/all.yml

---

#
# Common variables
#

###
# Specify the Python interpreter.
ansible_python_interpreter: '/usr/bin/python3'

###
# Enable SSH pipelining.
ansible_ssh_pipelining: True

###
# Define the default SSH common arguments.
ansible_ssh_common_args: '-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new'

###
# Determine if Ansible debug is currently enabled.
ansible_debug_enabled: "{{ (lookup('env','ANSIBLE_DEBUG') | bool) or false }}"

###
# Number of attempts to connect.
# Ansible retries connections only if it gets an SSH error with a return code of 255.
# Any errors with return codes other than 255 indicate an issue with program execution.
ansible_ssh_retries: 10