Added new machine: inko, personalized root yaml files for specific host instead of group
Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
This commit is contained in:
10
host_vars/inko.yml
Normal file
10
host_vars/inko.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
ansible_user: "{{ user }}"
|
||||
ansible_host: 192.168.20.14
|
||||
ansible_port: 22
|
||||
ansible_ssh_private_key_file: '{{ pk_path }}'
|
||||
ansible_become_pass: '{{ vault.inko.sudo }}'
|
||||
|
||||
host:
|
||||
ip: "{{ ansible_host }}"
|
||||
fstab:
|
||||
mergerfs:
|
||||
@@ -17,5 +17,3 @@ host:
|
||||
# - "{{}}"
|
||||
fstab:
|
||||
mergerfs:
|
||||
samba:
|
||||
password: "{{ vault.aya01.samba.password }}"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
ansible_user: vagrant
|
||||
ansible_host: 127.0.0.1
|
||||
ansible_port: 2222
|
||||
ansible_ssh_private_key_file: .vagrant/machines/vagrant/virtualbox/private_key
|
||||
|
||||
ost_ip: "{{ ansible_host }}"
|
||||
Reference in New Issue
Block a user