mirror-env/hosts

8 lines
404 B
Plaintext
Raw Normal View History

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-17 01:02:45 -04:00
127.0.0.1 ansible_connection=local