Skip to content
Snippets Groups Projects
Commit ca5333b2 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

[helloworld] Add printer VLAN


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent dc021ba4
No related branches found
No related tags found
1 merge request!333Fix printer settings
...@@ -34,3 +34,5 @@ glob_network_interfaces: ...@@ -34,3 +34,5 @@ glob_network_interfaces:
- name: renater - name: renater
id: 38 id: 38
gateway: "{{ query('ldap', 'ip', 'dsi', 'renater') | ipv4 | first }}" gateway: "{{ query('ldap', 'ip', 'dsi', 'renater') | ipv4 | first }}"
- name: lp
id: 56
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
interfaces: interfaces:
adm: ens18 adm: ens18
srv_nat: ens19 srv_nat: ens19
lp: ens20
loc_snmp_exporter: loc_snmp_exporter:
listen_address: "{{ query('ldap', 'ip', 'helloworld', 'adm') | ipv4 | first }}:9116" listen_address: "{{ query('ldap', 'ip', 'helloworld', 'adm') | ipv4 | first }}:9116"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment