From ea723b823e0c401ffcff3e666c83da3e5bb9b77d Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 24 May 2023 11:54:02 +0800 Subject: [PATCH] setup-observability-server-with-existed-vhost.yml: add dns ak/sk --- .../workflows/setup-observability-server-with-existed-vhost.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/setup-observability-server-with-existed-vhost.yml b/.github/workflows/setup-observability-server-with-existed-vhost.yml index 46fd4176..f023cee1 100644 --- a/.github/workflows/setup-observability-server-with-existed-vhost.yml +++ b/.github/workflows/setup-observability-server-with-existed-vhost.yml @@ -47,5 +47,7 @@ jobs: ansible_ssh_user=root ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_host_key_checking=False + dns_ak=$DNS_AK + dns_sk=$DNS_SK EOF ansible-playbook -i hosts/inventory jobs/init_observability-server -D