Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 20, 2023
1 parent acb34b6 commit c529e12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
11 changes: 0 additions & 11 deletions roles/gotify_notifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
16 changes: 5 additions & 11 deletions roles/provision/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,20 @@
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
------------

`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.
6 changes: 2 additions & 4 deletions roles/services/dockerhost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ dockerhost

Sets up VM as a host for various docker applications



Variables
------------

Expand All @@ -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`
1 change: 0 additions & 1 deletion roles/services/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c529e12

Please sign in to comment.