fix: remove azure from terraform
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 20s
Some checks failed
Provision & Configure / Terraform Apply (push) Failing after 20s
This commit is contained in:
@@ -5,23 +5,22 @@ users:
|
||||
- ${skylab-ssh-public-key}
|
||||
shell: /bin/bash
|
||||
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
||||
# write_files:
|
||||
# - path: /home/testuser/.ssh/azure
|
||||
# content: |
|
||||
# ${azure-ssh-private-key}
|
||||
# permissions: "0600"
|
||||
# owner: testuser:testuser
|
||||
# defer: true
|
||||
|
||||
write_files:
|
||||
- path: /home/testuser/.ssh/azure
|
||||
content: |
|
||||
${azure-ssh-private-key}
|
||||
permissions: "0600"
|
||||
owner: testuser:testuser
|
||||
defer: true
|
||||
|
||||
- path: /home/testuser/.ssh/config
|
||||
content: |
|
||||
Host azurevm
|
||||
HostName ${azure-vm-ip}
|
||||
User testuser
|
||||
IdentityFile ~/.ssh/azure
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile=/dev/null
|
||||
permissions: "0600"
|
||||
owner: testuser:testuser
|
||||
defer: true
|
||||
# - path: /home/testuser/.ssh/config
|
||||
# content: |
|
||||
# Host azurevm
|
||||
# HostName ${azure-vm-ip}
|
||||
# User testuser
|
||||
# IdentityFile ~/.ssh/azure
|
||||
# StrictHostKeyChecking no
|
||||
# UserKnownHostsFile=/dev/null
|
||||
# permissions: "0600"
|
||||
# owner: testuser:testuser
|
||||
# defer: true
|
||||
|
Reference in New Issue
Block a user