Files
infrastructure/site.yml
2020-05-07 18:04:34 +02:00

20 lines
336 B
YAML

- hosts: switches
tasks:
- name: set a banner
ios_banner:
banner: login
text: |
Hallo jongens
Kom je doen jong
state: present
- debug:
var: hostvars
# - name: configure vlans
# ios_config:
# lines:
# - vlan "{{ id }}"
# - name "{{ name }}"
# for: