learn-ansible/NOTES.md

9 lines
144 B
Markdown

---
title: Notes
---
## Show ALL possible configuration options for ansible
```shell
ansible-config init --disabled -t all > demo-all.cfg
```