[ansible,notes] add a note about all of ansible's configurations options
This commit is contained in:
parent
e391518581
commit
7a0c7b0226
1 changed files with 9 additions and 0 deletions
9
NOTES.md
Normal file
9
NOTES.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Notes
|
||||||
|
---
|
||||||
|
|
||||||
|
## Show ALL possible configuration options for ansible
|
||||||
|
|
||||||
|
```shell
|
||||||
|
ansible-config init --disabled -t all > demo-all.cfg
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue