personal_infra/ansible/inventory.ini.example

16 lines
1 KiB
Text
Raw Permalink Normal View History

2025-12-01 11:16:47 +01:00
[vps]
vipy ansible_host=your.services.vps.ip ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
watchtower ansible_host=your.monitoring.vps.ip ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
spacey ansible_host=your.headscale.vps.ip ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
2025-07-02 17:17:56 +02:00
2025-12-01 11:16:47 +01:00
[nodito_host]
nodito ansible_host=your.proxmox.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key ansible_ssh_pass=your_root_password
2025-07-21 09:39:36 +02:00
2025-12-01 11:16:47 +01:00
[nodito_vms]
# Example node, replace with your VM names and addresses
# memos_box ansible_host=192.168.1.150 ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
2025-11-03 16:54:30 +01:00
2025-07-03 17:21:31 +02:00
# Local connection to laptop: this assumes you're running ansible commands from your personal laptop
# Make sure to adjust the username
2025-07-02 17:17:56 +02:00
[lapy]
2025-08-21 22:45:47 +02:00
localhost ansible_connection=local ansible_user=your laptop user gpg_recipient=your_email@example.com gpg_key_id=your_gpg_key_id_here