24 lines
477 B
YAML
24 lines
477 B
YAML
---
|
|
target_system:
|
|
children:
|
|
local_target:
|
|
hosts:
|
|
void_local:
|
|
ansible_host: 127.0.0.1
|
|
ansible_connection: ansible.builtin.local
|
|
host_name: "{{ vault_host_name }}"
|
|
|
|
hostsystem:
|
|
|
|
# example separation of packages: GUIs and DEs in workstation, only terminal in headless
|
|
workstation:
|
|
children:
|
|
target_system: # mark this the current target system
|
|
|
|
headless:
|
|
children:
|
|
workstation:
|
|
|
|
desktop:
|
|
children:
|
|
workstation:
|