Initial commit with not yet working docker networking
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
6
host_vars/aya01.yml
Normal file
6
host_vars/aya01.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
ansible_user: "{{ user }}"
|
||||
ansible_host: 192.168.20.12
|
||||
ansible_port: 22
|
||||
ansible_ssh_private_key_file: /mnt/veracrypt1/genesis
|
||||
ansible_become_pass: '{{ aya01_tudattr_password }}'
|
||||
|
||||
5
host_vars/pi.yml
Normal file
5
host_vars/pi.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
ansible_user: "{{ user }}"
|
||||
ansible_host: 192.168.20.11
|
||||
ansible_port: 22
|
||||
ansible_ssh_private_key_file: /mnt/veracrypt1/genesis
|
||||
ansible_become_pass: '{{ pi_tudattr_password }}'
|
||||
4
host_vars/vagrant.yml
Normal file
4
host_vars/vagrant.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
ansible_user: vagrant
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 2222
|
||||
ansible_ssh_private_key_file: .vagrant/machines/vagrant/virtualbox/private_key
|
||||
Reference in New Issue
Block a user