I'd like to list all facts known by debops for a machine.
On the doc site
https://docs.debops.org/en/master/ansible/roles/fact/index.html is a 404
and if I run
"ansible -m setup media"
I get just this:
PLAY [Ansible Ad-Hoc]
******************************************************************************************************************************************
TASK [setup]
***************************************************************************************************************************************************
ok: [media]
PLAY RECAP
*****************************************************************************************************************************************************
media : ok=1 changed=0 unreachable=0
failed=0 skipped=0 rescued=0 ignored=0
Cheers!
Demetri