fix: remove azure from template
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
All checks were successful
Provision & Configure / Terraform Apply (push) Successful in 1m53s
This commit is contained in:
5
terraform/ansible-inventory copy.tmpl
Normal file
5
terraform/ansible-inventory copy.tmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
[esxi]
|
||||
${esxi_name}-esxi ansible_host=${esxi_ip} ansible_user=testuser ansible_ssh_private_key_file=${esxi_private_key_file} ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
||||
|
||||
[azure]
|
||||
${azure_name}-azure ansible_host=${azure_ip} ansible_user=testuser ansible_ssh_private_key_file=${azure_private_key_file} ansible_ssh_common_args='-o StrictHostKeyChecking=no'
|
Reference in New Issue
Block a user