Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Jul 22, 2024
1 parent 9f40143 commit 2abc11f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/meshdb_cluster/ansible.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ resource "ansible_group" "mgrs" {
ansible_user = var.meshdb_local_user
ansible_ssh_private_key_file = "../terraform/${path.module}/meshdb${var.meshdb_env_name}"
ansible_ssh_common_args = "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
variables = {
K3S_TOKEN = var.k3s_token
}
K3S_TOKEN = var.k3s_token
}
}

Expand Down

0 comments on commit 2abc11f

Please sign in to comment.