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/vyos_smoke/tests/cli/common_config.yaml

11 lines
326 B
YAML

# vyos.py in plugins and module_utils/network covered by these as well
# hit NetworkConfig
- name: configure simple config command
vyos_config:
lines: set system host-name smoke
- name: return host name to inventory_hostname
vyos_config:
lines: set system host-name {{ inventory_hostname_short }}
match: none