Refs 7415 - Rename template name
This commit is contained in:
parent
323fabf4db
commit
406b5b633b
|
@ -8,17 +8,17 @@ root_user_enabled: True
|
||||||
### HOSTNAME ################################################################
|
### HOSTNAME ################################################################
|
||||||
hostname_enabled: True
|
hostname_enabled: True
|
||||||
#hostname_enabled: False
|
#hostname_enabled: False
|
||||||
hostname: 'vn-debian12'
|
hostname: 'vm-debian12'
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
### HOSTS ###################################################################
|
### HOSTS ###################################################################
|
||||||
#hosts_enabled: True
|
hosts_enabled: True
|
||||||
hosts_enabled: False
|
#hosts_enabled: False
|
||||||
hosts:
|
hosts:
|
||||||
- ip: 127.0.0.1
|
- ip: 127.0.0.1
|
||||||
name: localhost
|
name: localhost
|
||||||
- ip: 127.0.1.1
|
- ip: 127.0.1.1
|
||||||
name: vn-debian12.lab.verdnatura.es vn-debian12
|
name: vm-debian12.lab.verdnatura.es vm-debian12
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
### RESOLV ##################################################################
|
### RESOLV ##################################################################
|
2
hosts
2
hosts
|
@ -166,4 +166,4 @@ freeradius-playbook ansible_host=freeradius-playbook.lab.verdnatura.es
|
||||||
debian-vn-test ansible_host=debian-vn-test.lab.verdnatura.es
|
debian-vn-test ansible_host=debian-vn-test.lab.verdnatura.es
|
||||||
iventoy-test ansible_host=iventoy-test.lab.verdnatura.es
|
iventoy-test ansible_host=iventoy-test.lab.verdnatura.es
|
||||||
kubelab-proxy1 ansible_host=kubelab-proxy1.lab.verdnatura.es
|
kubelab-proxy1 ansible_host=kubelab-proxy1.lab.verdnatura.es
|
||||||
vn-debian12 ansible_host=vn-debian12.lab.verdnatura.es
|
vm-debian12 ansible_host=vm-debian12.lab.verdnatura.es
|
||||||
|
|
Loading…
Reference in New Issue