10 lines
144 B
Markdown
10 lines
144 B
Markdown
![]() |
---
|
||
|
title: Notes
|
||
|
---
|
||
|
|
||
|
## Show ALL possible configuration options for ansible
|
||
|
|
||
|
```shell
|
||
|
ansible-config init --disabled -t all > demo-all.cfg
|
||
|
```
|