11 lines
330 B
YAML
11 lines
330 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
|