[ansible,notes] add a note about all of ansible's configurations options

This commit is contained in:
bronsen 2025-03-03 10:37:35 +01:00
parent e391518581
commit 7a0c7b0226

9
NOTES.md Normal file
View file

@ -0,0 +1,9 @@
---
title: Notes
---
## Show ALL possible configuration options for ansible
```shell
ansible-config init --disabled -t all > demo-all.cfg
```