Initial ansible configuration

This commit is contained in:
Mike Wilson
2025-06-16 13:46:01 -04:00
parent 1202b49cb5
commit 4f1db7d2a8
3 changed files with 17 additions and 0 deletions
+8
View 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
+4
View File
@@ -0,0 +1,4 @@
arch:
hosts:
thonx:
become_method: doas
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
keepassxc-cli show -s -a password ~/vault/Passwords.kdbx 'Ansible Vault'