parent
283c3fc6b8
commit
a1da443418
@ -1,14 +1,8 @@ |
||||
[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 |
||||
|
||||
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] |
||||
localhost ansible_connection=local |
||||
127.0.0.1 ansible_connection=local |
Loading…
Reference in new issue