Initial ansible configuration
This commit is contained in:
8
ansible.cfg
Normal file
8
ansible.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[defaults]
|
||||
remote_user = mike
|
||||
inventory = ./hosts.yml
|
||||
interpreter_python = auto_silent
|
||||
|
||||
[privilege_escalation]
|
||||
become_ask_pass = True
|
||||
become_method: doas
|
5
vault-pass.sh
Executable file
5
vault-pass.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
keepassxc-cli show -s -a password ~/vault/Passwords.kdbx 'Ansible Vault'
|
Reference in New Issue
Block a user