ansible/host_vars
Tuan-Dat Tran 5aaf3eef53 chore(inventory): add host-specific configuration files and update production inventory for proxmox hosts
- Add individual `host_vars` YAML files for new proxmox hosts (`aya01`, `inko`, `lulu`):
  - Set SSH and Ansible connection variables, including `ansible_user`, `ansible_host`, `ansible_port`, and `ansible_ssh_private_key_file`
  - Configure `ansible_become_pass` with respective vault entries for sudo access
  - Define host-specific metadata, including hostname and IP address

- Update `production` inventory:
  - Add new `[proxmox]` group and include `aya01`, `inko`, and `lulu` for proxmox-related automation

These additions streamline Ansible's management of proxmox hosts, centralizing their configuration and enabling easier host-specific variable access for deployment and management tasks.

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
2024-11-13 23:55:22 +01:00
..
aya01.yml chore(inventory): add host-specific configuration files and update production inventory for proxmox hosts 2024-11-13 23:55:22 +01:00
docker-host00.yml feat(ansible): add Docker host configuration with NFS mounts and utility packages 2024-11-10 21:37:22 +01:00
docker-host01.yml feat(ansible): add Docker host configuration with NFS mounts and utility packages 2024-11-10 21:37:22 +01:00
inko.yml chore(inventory): add host-specific configuration files and update production inventory for proxmox hosts 2024-11-13 23:55:22 +01:00
k3s-agent00.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-agent01.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-agent02.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-loadbalancer.yml Finished lb and db 2024-09-19 23:10:00 +02:00
k3s-longhorn00.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-longhorn01.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-longhorn02.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
k3s-postgres.yml Finished lb and db 2024-09-19 23:10:00 +02:00
k3s-server00.yml Finished lb and db 2024-09-19 23:10:00 +02:00
k3s-server01.yml Finished lb and db 2024-09-19 23:10:00 +02:00
k3s-server02.yml Added storage nodes for k3s 2024-10-08 04:13:38 +02:00
lulu.yml chore(inventory): add host-specific configuration files and update production inventory for proxmox hosts 2024-11-13 23:55:22 +01:00