mirror-env/hosts

11 lines
447 B
Plaintext
Raw Normal View History

2021-09-24 01:19:56 -04:00
# I will move this to the hosts.yml soon
2021-09-15 00:46:18 -04:00
[vm]
2021-09-17 01:02:45 -04:00
192.168.123.2 host=mirror ansible_connection=ssh ansible_port=22 ansible_user=ubuntu ansible_password=ubuntu ansible_become_user=root ansible_become_password=ubuntu
2021-09-15 00:46:18 -04:00
# ansible_ssh_private_key_file
2021-09-17 01:02:45 -04:00
# guide on how to create vm manually (more control, more disks)
# another playbook that runs on such a vm and sets up all the services in roles (except zfs)
2021-09-15 00:46:18 -04:00
[local]
2021-09-25 23:52:25 -04:00
127.0.0.1 ansible_connection=local