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:
TuDatTr
2023-11-05 20:33:59 +01:00
parent 3f88065da4
commit c6df5f904d
10 changed files with 38 additions and 15 deletions

10
host_vars/inko.yml Normal file
View 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:

View File

@@ -17,5 +17,3 @@ host:
# - "{{}}"
fstab:
mergerfs:
samba:
password: "{{ vault.aya01.samba.password }}"

View File

@@ -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 }}"