From 18acc18cad54611bd36b890d26782ee47dc76111 Mon Sep 17 00:00:00 2001 From: Accendit <36697826+Accendit@users.noreply.github.com> Date: Mon, 11 May 2020 21:40:18 +0200 Subject: [PATCH] Added hostvars for sw01 --- host_vars/sw01.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 host_vars/sw01.yml diff --git a/host_vars/sw01.yml b/host_vars/sw01.yml new file mode 100644 index 0000000..65bb56b --- /dev/null +++ b/host_vars/sw01.yml @@ -0,0 +1,33 @@ +interfaces: + - name: GigabitEthernet1/0/1 + description: Access port gast + enabled: yes + + - name: GigabitEthernet1/0/2 + description: Access port gast + enabled: yes + + - name: GigabitEthernet1/0/3 + description: Access port gast + enabled: yes + + - name: GigabitEthernet1/0/4 + description: Access port werknemer + enabled: yes + +l2_interfaces: + - name: GigabitEthernet1/0/1 + access: + vlan: 10 + + - name: GigabitEthernet1/0/2 + access: + vlan: 10 + + - name: GigabitEthernet1/0/3 + access: + vlan: 10 + + - name: GigabitEthernet1/0/4 + access: + vlan: 15 \ No newline at end of file