mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-21 00:55:46 +03:00
feat: configure host system (#12)
This commit is contained in:
parent
0822715a25
commit
abffb756d6
4 changed files with 44 additions and 2 deletions
|
@ -71,9 +71,20 @@ spec:
|
|||
image: setup
|
||||
volumeMounts:
|
||||
- mountPath: /certs
|
||||
subPath: ssh
|
||||
name: ublue-os_forge-certs-pvc
|
||||
readOnly: true
|
||||
env:
|
||||
- name: ANSIBLE_FORGE_HOST_USER
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: ublue-os_forge-secure
|
||||
key: ANSIBLE_FORGE_HOST_USER
|
||||
|
||||
- name: ANSIBLE_FORGE_HOST_BECOME_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: ublue-os_forge-secure
|
||||
key: ANSIBLE_FORGE_HOST_BECOME_PASSWORD
|
||||
workingDir: /ansible
|
||||
command:
|
||||
- ansible-playbook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue