OpenShift hosts: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page OpenShift Advanced Installation hosts File to OpenShift hosts without leaving a redirect) |
|||
Line 12: | Line 12: | ||
The ssh user used by Ansible to connect to hosts. This user should allow ssh based authentication without requiring a password, and also it should allow passwordless sudo to root. If using ssh key based authentication, then the key should be managed by an ssh agent. Also see [[#ansible_become|ansible_become]]. | The ssh user used by Ansible to connect to hosts. This user should allow ssh based authentication without requiring a password, and also it should allow passwordless sudo to root. If using ssh key based authentication, then the key should be managed by an ssh agent. Also see [[#ansible_become|ansible_become]]. | ||
=General Settings= | |||
====debug_level==== | |||
# Describes which INFO messages are logged to the systemd-journald.service. Set one of the following: | |||
# | |||
# 0 to log errors and warnings only | |||
# | |||
# 2 to log normal information (default) | |||
# | |||
# 4 to log debugging-level information | |||
# | |||
# 6 to log API-level (request/response) debugging information | |||
# | |||
# 8 to log body-level API debugging information | |||
# |
Revision as of 22:35, 9 July 2017
Internal
Ansible Configuration
ansible_become
If ansible_ssh_user is not root, ansible_become must be set to true and the user must be configured for passwordless sudo.
ansible_ssh_user
The ssh user used by Ansible to connect to hosts. This user should allow ssh based authentication without requiring a password, and also it should allow passwordless sudo to root. If using ssh key based authentication, then the key should be managed by an ssh agent. Also see ansible_become.
General Settings
debug_level
- Describes which INFO messages are logged to the systemd-journald.service. Set one of the following:
- 0 to log errors and warnings only
- 2 to log normal information (default)
- 4 to log debugging-level information
- 6 to log API-level (request/response) debugging information
- 8 to log body-level API debugging information