Read become password from pass

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-04-08 10:48:05 +02:00
parent 475fe06fb7
commit 7f39ea724a
6 changed files with 117 additions and 1 deletions

View File

@ -1,13 +1,15 @@
[defaults]
# Explicitely redefined some defaults to make play execution work
roles_path = ./roles
vars_plugins = ./vars_plugins
inventory = ./hosts
timeout = 60
[privilege_escalation]
become = True
become_ask_pass = True
# Use a separate module to read passwords from pass
become_ask_pass = False
[ssh_connection]
pipelining = True