mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-20 16:45:47 +03:00
feat(main): ditch ansible-semaphore and use ansible directly
This commit is contained in:
parent
22a4db5835
commit
2e8cc2f51a
30 changed files with 940 additions and 1440 deletions
9
ansible/inventory.yml
Normal file
9
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