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
ansible.cfg Normal file
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
hosts.yml Normal file
View File

@@ -0,0 +1,4 @@
arch:
hosts:
thonx:
become_method: doas

5
vault-pass.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -e
keepassxc-cli show -s -a password ~/vault/Passwords.kdbx 'Ansible Vault'