2019-12-03 15:34:35 +01:00
|
|
|
---
|
2018-02-02 22:04:19 +01:00
|
|
|
# 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
|