Configurarion Files Flashcards

1
Q

Donde están los archivos de configuración

A

/etc/ansible/ansible.cfg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Donde está el archivo de configuración de usuario

A

.ansible.cfg

Folder

.ansible.cfg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cual es la variable de ambiente que especifica dónde está el archivo de ansible

A

ANSIBLE_CONFIG

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Como se configura el

Inventario en el archivo de configuración.

A

[defaults]
inventory = file

El path es relativo a la ruta de la variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Opción para Conectarse con un usuario específico remotamente

A

remote_user = devops

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Como se agregan privilegios de escalacion

A
[privilege_escalation]
become = true
become_user = root
become_method = sudo
become_ask_pass = false
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Opciones de True y false

A
True = true = Yes = yes = 1
False = false = No = no  = 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly