.github/workflows/pulumi-cloud-resource-create.yml: add SSO_ADMIN_PASSWORD
This commit is contained in:
parent
8439d177cf
commit
ead645de2c
@ -22,6 +22,7 @@ env:
|
||||
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_PASS }}
|
||||
PULUMI_DISABLE_CI_DETECTION: true
|
||||
AWS_REGION: ap-east-1
|
||||
OIDC_ADMIN_PASSWORD: ${{ secrets.OIDC_ADMIN_PASSWORD }}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
@ -98,6 +99,7 @@ jobs:
|
||||
dns_ak=$DNS_AK
|
||||
dns_sk=$DNS_SK
|
||||
ingress_ip=$k3s_server_public_ip
|
||||
admin_password=$OIDC_ADMIN_PASSWORD
|
||||
EOF
|
||||
ansible-playbook -i hosts/inventory jobs/init_k3s_cluster -D
|
||||
ansible-playbook -i hosts/inventory jobs/init_openldap -D
|
||||
|
||||
Loading…
Reference in New Issue
Block a user