add fb page token vars [CI SKIP]

This commit is contained in:
viktorbarzin 2021-02-27 20:56:14 +00:00
parent a1c2618187
commit d7c5eb6bc5
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 11 additions and 1 deletions

View file

@ -33,6 +33,7 @@ variable "drone_rpc_secret" {}
variable "oauth_client_id" {}
variable "oauth_client_secret" {}
variable "webhook_handler_fb_verify_token" {}
variable "webhook_handler_fb_page_token" {}
variable "ansible_prefix" {
default = "ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault_pass.txt ansible-playbook -i playbook/hosts.yaml playbook/linux.yml -t linux/initial_setup"
@ -180,8 +181,10 @@ module "kubernetes_cluster" {
mailserver_opendkim_key = var.mailserver_opendkim_key
pihole_web_password = var.pihole_web_password
# Webhook tokens
webhook_handler_secret = var.webhook_handler_secret
webhook_handler_fb_verify_token = var.webhook_handler_fb_verify_token
webhook_handler_fb_page_token = var.webhook_handler_fb_page_token
wireguard_wg_0_conf = var.wireguard_wg_0_conf
wireguard_wg_0_key = var.wireguard_wg_0_key