Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Dec 5, 2024
1 parent 9202856 commit fe847d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ansible.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "ansible_host" "monitor_mgt" {
name = "monitor_mgt"
name = var.vm_mgt_ip
variables = {
ansible_user = var.mesh_local_user
ansible_ssh_private_key_file = "../terraform/messh"
Expand Down

0 comments on commit fe847d3

Please sign in to comment.