This is what the task "Include user database" debug message looks like when 
its *jsonprettyfied*

TASK [Include user database] 
********************************************************************************************************************************************************************************
ok: [vyos-router.lan] => {
    "ansible_facts": {
        "users": [{
            "configured_password": "abcd1234",
            "full_name": "Olof Lundgren",
            "level": "admin",
            "name": "olof",
            "ssh-key": {
                "key": "xxxxxxxxxxxxxxxxx",
                "name": "olof@olof-ubuntu-work",
                "type": "ssh-rsa"
            }
        },  {
            "configured_password": "vyos",
            "full_name": "T7D VyOS default user",
            "level": "admin",
            "name": "vyos"
        }, {
            "configured_password": "password",
            "full_name": "Servicedesk operator user",
            "level": "operator",
            "name": "servicedesk"
        }]
    },
    "ansible_included_var_files": ["/home/olof/Documents/ansible/users.yml"
],
    "changed": false
}

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ae736e87-ee2d-4b4b-9ecc-b02004c24e05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to