Ask vault password by default
This commit is contained in:
parent
84ec6cd129
commit
21bad6a713
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
|
ask_vault_pass = True
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become_ask_pass = True
|
become_ask_pass = True
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@ Name={{ network_interface }}
|
||||||
Address={{ lan_ip }}/24
|
Address={{ lan_ip }}/24
|
||||||
Gateway={{ lan_gateway }}
|
Gateway={{ lan_gateway }}
|
||||||
DNS={{ lan_dns }}
|
DNS={{ lan_dns }}
|
||||||
|
IgnoreCarrierLoss=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue