Some minor changes..

This commit is contained in:
2020-01-08 14:51:51 +01:00
parent a5b1aa43eb
commit 1d9af30174
5 changed files with 18 additions and 1323 deletions

View File

@@ -23,8 +23,8 @@ ansible_managed = ############################################ #
#fact_caching_timeout = 86400
#forks = 20
inventory = ./hosts
remote_user = lokaladmin
#remote_user = root
#remote_user = lokaladmin
remote_user = root
#ask_pass=True
roles_path = ./roles
vault_password_file = mbr-bln_the_vault.sh
@@ -34,10 +34,10 @@ interpreter_python: auto
#interpreter_python: /usr/bin/python3
[privilege_escalation]
#become=False
become=True
become_method=sudo
become_ask_pass=True
become=False
#become=True
#become_method=sudo
#become_ask_pass=True
[ssh_connection]