mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-08 07:53:43 +03:00
10 lines
292 B
YAML
10 lines
292 B
YAML
---
|
|
all:
|
|
hosts:
|
|
localhost:
|
|
host.ublue.local:
|
|
ansible_host: host.containers.internal
|
|
ansible_user: "{{ lookup('ansible.builtin.env', 'ANSIBLE_HOST_USER') }}"
|
|
ansible_become_password: "{{ lookup('ansible.builtin.env', 'ANSIBLE_HOST_BECOME_PASSWORD') }}"
|
|
children:
|