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
+```