mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-19 08:05:45 +03:00
feat: add graphical user interface (#34)
This commit is contained in:
parent
c3ed45a21b
commit
4f2130bcce
43 changed files with 2939 additions and 971 deletions
9
anvil/ansible/inventory.yml
Normal file
9
anvil/ansible/inventory.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
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:
|
Loading…
Add table
Add a link
Reference in a new issue