personal_infra/ansible/example.inventory.ini

10 lines
508 B
INI
Raw Permalink Normal View History

2025-07-01 16:14:44 +02:00
[vipy]
2025-07-02 17:17:56 +02:00
your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
2025-07-21 09:39:36 +02:00
[watchtower]
your.vps.ip.here ansible_user=counterweight ansible_port=22 ansible_ssh_private_key_file=~/.ssh/your-key
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