add fb page token vars [CI SKIP]
This commit is contained in:
parent
a1c2618187
commit
d7c5eb6bc5
5 changed files with 11 additions and 1 deletions
3
main.tf
3
main.tf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue