cloud infra
0

Configure Feed

Select the types of activity you want to include in your feed.

Change ansible directory name

nagee (Sep 13, 2025, 6:45 PM -0700) 7d5e79d5 ec07d8a4

+1 -1
+1 -1
provider.tf
··· 90 90 } 91 91 92 92 provisioner "local-exec" { 93 - command = "ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -u root -i '${self.ipv4_address},' --private-key ${var.pvt_key} -e 'pub_key=${var.pub_key}' server/install.yml" 93 + command = "ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -u root -i '${self.ipv4_address},' --private-key ${var.pvt_key} -e 'pub_key=${var.pub_key}' ansible/install.yml" 94 94 } 95 95 } 96 96
server/install.yml ansible/install.yml