summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-05-19 10:38:03 +0200
committerJonathan Bauer2021-05-19 10:38:03 +0200
commit9abb265cec93f9990f62d49e1de2bdc71286a2cc (patch)
tree21ddecdb85ba261374be901598f93cd7d153faa9
parentsetup-bwlp.yml: include all new roles (diff)
downloadansible-bwlp-9abb265cec93f9990f62d49e1de2bdc71286a2cc.tar.gz
ansible-bwlp-9abb265cec93f9990f62d49e1de2bdc71286a2cc.tar.xz
ansible-bwlp-9abb265cec93f9990f62d49e1de2bdc71286a2cc.zip
README.md: small TODO list on the top of my head
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6993de4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# ToDo list
+
+- Unify variables declaration across roles (sometimes defaults/ and sometimes vars/ is used)
+- Unify package installation across roles (distro-awareness, list as variables, etc)
+- Create own role for installing deps for apt-key (used by several roles, but only installed by docker-ce currently)