PLAY [Network Getting Started First Playbook] ***************************************************************************************************************************
TASK [Get config for VyOS devices] *************************************************************************************************************************** ok: [vyos.example.net]
TASK [Display the config] *************************************************************************************************************************** ok: [vyos.example.net] => { "msg": "The hostname is vyos and the OS is VyOS 1.1.8" }
PLAY [Network Getting Started First Playbook Extended] ************************************************************************************************************************************
TASK [Get config for VyOS devices] ********************************************************************************************************************************** ok: [vyos.example.net]
TASK [Display the config] ************************************************************************************************************************************* ok: [vyos.example.net] => { "msg": "The hostname is vyos and the OS is VyOS 1.1.8" }
TASK [Update the hostname] ************************************************************************************************************************************* changed: [vyos.example.net]
TASK [Get changed config for VyOS devices] ************************************************************************************************************************************* ok: [vyos.example.net]
TASK [Display the changed config] ************************************************************************************************************************************* ok: [vyos.example.net] => { "msg": "The new hostname is vyos-changed and the OS is VyOS 1.1.8" }
PLAY RECAP ************************************************************************************************************************************ vyos.example.net : ok=5 changed=1 unreachable=0 failed=0