mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-19 08:05:45 +03:00
feat(main): keep ansible running
this allows us to run any playbook after the setup is done
This commit is contained in:
parent
b0470d1610
commit
101652eb31
4 changed files with 13 additions and 8 deletions
|
@ -95,7 +95,7 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: ${FORGE_POD_NAME_SETUP}
|
||||
name: ${FORGE_POD_NAME_ANVIL}
|
||||
spec:
|
||||
restartPolicy: OnFailure
|
||||
volumes:
|
||||
|
@ -121,7 +121,3 @@ spec:
|
|||
secretKeyRef:
|
||||
name: ublue-os_forge-secure
|
||||
key: ANSIBLE_HOST_BECOME_PASSWORD
|
||||
command:
|
||||
- ansible-playbook
|
||||
args:
|
||||
- playbooks/configure_host.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue