You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/prepare_vyos_tests/tasks/main.yaml

10 lines
233 B
YAML

---
- name: Ensure required interfaces are present in running-config
cli_config:
config: "{{ lines }}"
vars:
lines: |
set interfaces ethernet eth1
set interfaces ethernet eth2
set interfaces loopback lo