feat: terraform to azure
This commit is contained in:
@@ -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`
|
||||
|
Reference in New Issue
Block a user