diff --git a/roles/gotify_notifier/README.md b/roles/gotify_notifier/README.md index fe1e1e5..e0dc56e 100644 --- a/roles/gotify_notifier/README.md +++ b/roles/gotify_notifier/README.md @@ -12,14 +12,3 @@ Requirements ------------ Must be run as root or using `become` if script is to be copied to PATH. None otherwise. - -Dependencies ------------- - -None. - -Todo ------------- - -- Copy script to specified path rather than PATH -- Better way to add it to PATH? diff --git a/roles/provision/README.md b/roles/provision/README.md index 750ca64..58186d1 100644 --- a/roles/provision/README.md +++ b/roles/provision/README.md @@ -1,7 +1,8 @@ provision ========= -Does first five minutes security, sets up user account and installs some packages. +Does first five minutes security, sets up user account, installs packages and sets up dotfiles. +Each part of that can be done separately by specifying the appropriate tag. Variables ------------ @@ -9,18 +10,11 @@ Variables `username`, `userpass` must be defined. `is_vm` may be defined as true to install qemu guest agent. +`is_wsl` may be defined to set WSL to use systemd. +`copy_private_key` may be defined to copy the SSH private key as well as authorising the public key. Requirements ------------ -Must be run as root or using `become`. +System, account and SSH setup must be run with `become`, dotfiles can be run without. -Dependencies ------------- - -None. - -Todo ------------- - -None. diff --git a/roles/services/dockerhost/README.md b/roles/services/dockerhost/README.md index 70e4862..829cf2b 100644 --- a/roles/services/dockerhost/README.md +++ b/roles/services/dockerhost/README.md @@ -3,8 +3,6 @@ dockerhost Sets up VM as a host for various docker applications - - Variables ------------ @@ -23,5 +21,5 @@ Role `geerlingguy.docker` must be present. Todo ------------ -- Config directories overzetten -- cron job voor backup als root, notification als jonathan +- Copy config directories +- cron job voor backup ass `root`, notification as `username` diff --git a/roles/services/npm/README.md b/roles/services/npm/README.md index 87b473a..fe6ecc9 100644 --- a/roles/services/npm/README.md +++ b/roles/services/npm/README.md @@ -23,5 +23,4 @@ The collection `community.docker` and role `geerlingguy.docker`. Todo ------------ -- Does this set things up in root directory? - Set up template files for config