feat(main): keep ansible running

this allows us to run any playbook after the
setup is done
This commit is contained in:
Stephan Lüscher 2024-05-01 08:30:11 +00:00
parent b0470d1610
commit 101652eb31
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
4 changed files with 13 additions and 8 deletions

View file

@ -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