From 7a0c7b0226e1ebf59dc51a44abe0c4529607d98e Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Mon, 3 Mar 2025 10:37:35 +0100 Subject: [PATCH] [ansible,notes] add a note about all of ansible's configurations options --- NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..d1821bb --- /dev/null +++ b/NOTES.md @@ -0,0 +1,9 @@ +--- +title: Notes +--- + +## Show ALL possible configuration options for ansible + +```shell +ansible-config init --disabled -t all > demo-all.cfg +```