-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.txt
13 lines (11 loc) · 967 Bytes
/
hosts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
[local_server]
client ansible_host=192.168.0.129 ansible_user=client ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
[test]
root ansible_host=95.163.229.59 ansible_user=root ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
#lu-amethyst ansible_host=91.224.86.113 ansible_user=lu-amethyst ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
root ansible_host=89.104.68.129 ansible_user=root ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
[all]
client ansible_host=192.168.0.129 ansible_user=client ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
root ansible_host=95.163.229.59 ansible_user=root ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
#lu-amethyst ansible_host=91.224.86.113 ansible_user=lu-amethyst ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa
root ansible_host=89.104.68.129 ansible_user=root ansible_ssh_private_key_file=/home/lutulkina/.ssh/id_rsa