renew-ssl-cert for onwalk.net
This commit is contained in:
parent
36e238c6fb
commit
89579dfba6
@ -13,7 +13,7 @@ jobs:
|
||||
renew-ssl-certs:
|
||||
uses: open-source-solution-design/Modern-Container-Application-Reference-Architecture/.github/workflows/use-renew-ssl-certs.yml@main
|
||||
with:
|
||||
domain: 'svc-dev.ink'
|
||||
domain: 'onwalk.net'
|
||||
secrets:
|
||||
DNS_AK: ${{ secrets.DNS_AK }}
|
||||
DNS_SK: ${{ secrets.DNS_SK }}
|
||||
|
||||
@ -44,8 +44,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip jq
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install ansible jinja2 hvac
|
||||
pip3 install ansible jinja2 hvac
|
||||
ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
- name: Set up Terraform
|
||||
|
||||
3
.github/workflows/use-setup-k3s-cluster.yml
vendored
3
.github/workflows/use-setup-k3s-cluster.yml
vendored
@ -51,8 +51,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip jq
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install ansible jinja2 hvac
|
||||
pip3 install ansible jinja2 hvac
|
||||
ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
- name: Set up Terraform
|
||||
|
||||
@ -44,8 +44,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip jq
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install ansible jinja2 hvac
|
||||
pip3 install ansible jinja2 hvac
|
||||
ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
- name: Set up Terraform
|
||||
|
||||
@ -44,8 +44,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip jq
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install ansible jinja2 hvac
|
||||
pip3 install ansible jinja2 hvac
|
||||
ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
- name: Set up Terraform
|
||||
|
||||
3
.github/workflows/use-setup-vault.yml
vendored
3
.github/workflows/use-setup-vault.yml
vendored
@ -40,8 +40,7 @@ jobs:
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-pip jq
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install ansible jinja2 hvac
|
||||
pip3 install ansible jinja2 hvac
|
||||
ansible-galaxy collection install community.hashi_vault
|
||||
|
||||
- name: Update playbook hosts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user