Update ansible stuff
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
ungrouped:
|
|
||||||
|
pve:
|
||||||
hosts:
|
hosts:
|
||||||
pve:
|
pve:
|
||||||
|
pve-docker:
|
||||||
|
|
||||||
debian-vms:
|
debian-vms:
|
||||||
hosts:
|
hosts:
|
||||||
@@ -12,3 +14,4 @@ debian-vms:
|
|||||||
arch-vms:
|
arch-vms:
|
||||||
hosts:
|
hosts:
|
||||||
chat-vm:
|
chat-vm:
|
||||||
|
|
||||||
|
@@ -1,7 +1,3 @@
|
|||||||
- hosts: pve
|
|
||||||
roles:
|
|
||||||
- pve
|
|
||||||
|
|
||||||
- hosts: pve-docker
|
- hosts: pve-docker
|
||||||
roles:
|
roles:
|
||||||
- pve-docker
|
- pve-docker
|
||||||
|
@@ -1,4 +1,2 @@
|
|||||||
roles:
|
roles:
|
||||||
- src: geerlingguy.docker
|
|
||||||
- src: geerlingguy.ntp
|
|
||||||
- src: ironicbadger.proxmox_nag_removal
|
- src: ironicbadger.proxmox_nag_removal
|
||||||
|
2
ansible/vault-pass.sh
Normal file → Executable file
2
ansible/vault-pass.sh
Normal file → Executable file
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
keepassxc-cli show -s -a password ~/vault/Passwords.kdbx Ansible Vault
|
keepassxc-cli show -s -a password ~/vault/Passwords.kdbx 'Ansible Vault'
|
||||||
|
Reference in New Issue
Block a user