diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-03 23:37:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-03 23:37:30 +0200 |
| commit | 2de4321b014e8f95b7d7450f78048ffaa7a1a703 (patch) | |
| tree | 73420ef7a61a6bd7171b88b93f79433b626dc274 /inventory | |
| parent | 59dc46968fff0c0459ff117b54034c60c491b56f (diff) | |
Add proxmox install support
Using debian live ISO instead of proxmox live ISO, since using the
proxmox ISO didn't allow automating the setup after connecting to the
network.
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/hosts.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 5c0e002..435b07c 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -18,3 +18,5 @@ live_environments: ansible_user: ubuntu rpi5-iso.local: ansible_user: pi + proxmox-iso.local: + ansible_user: user |
