feat: terraform to azure

This commit is contained in:
2025-04-27 15:06:28 +00:00
parent 49a76e0b72
commit e3e27cc972
8 changed files with 159 additions and 35 deletions

View File

@@ -100,6 +100,11 @@ Now you can access the ESXi dashboard on `192.168.1.5` (or whatever the ip of th
2. `echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list`
3. `sudo apt-get update && sudo apt-get install terraform`
10. Install Azure CLI
1. `curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash`
2. Login with `az login`
3. Choose the `2 - HBO ICT` subscription
### Test Connection
Run the following command and enter the password of the `root` user on the ESXi Hypervisor: `ansible -i '192.168.1.5,' -m ping all -u root -k`