You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
404 B
8 lines
404 B
[vm]
|
|
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
|
|
# ansible_ssh_private_key_file
|
|
|
|
# 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)
|
|
[local]
|
|
127.0.0.1 ansible_connection=local |