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