Add damien_hosts group with Ansible config
This commit is contained in:
5
group_vars/damien_hosts.yml
Normal file
5
group_vars/damien_hosts.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json
|
||||||
|
---
|
||||||
|
ansible_user: damien
|
||||||
|
ansible_become: true
|
||||||
|
ansible_become_method: sudo
|
||||||
@@ -12,12 +12,15 @@ all:
|
|||||||
prometheus-pve-exporter:
|
prometheus-pve-exporter:
|
||||||
gitea-runner:
|
gitea-runner:
|
||||||
openbao:
|
openbao:
|
||||||
komodo:
|
|
||||||
|
|
||||||
debian_hosts:
|
debian_hosts:
|
||||||
hosts:
|
hosts:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
||||||
|
damien_hosts:
|
||||||
|
hosts:
|
||||||
|
komodo:
|
||||||
|
|
||||||
managed:
|
managed:
|
||||||
children:
|
children:
|
||||||
root_hosts:
|
root_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user