- Aug 23, 2022
-
-
Evangelos Foutras authored
ansible-lint 6.5.0 complains about: name: All names should start with an uppercase letter. (name[casing])
-
- Jun 08, 2022
-
-
Evangelos Foutras authored
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
-
- Sep 17, 2021
-
-
Jelle van der Waa authored
phrik has a polkit rule for demize to restart phrik
-
- Feb 14, 2021
-
-
Kristian Klausen authored
yaml: truthy value should be one of [false, true] (truthy) yaml: wrong indentation: expected 4 but found 2 (indentation) yaml: too few spaces before comment (comments) yaml: missing starting space in comment (comments) yaml: too many blank lines (1 > 0) (empty-lines) yaml: too many spaces after colon (colons) yaml: comment not indented like content (comments-indentation) yaml: no new line character at the end of file (new-line-at-end-of-file) load-failure: Failed to load or parse file parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
-
- Jan 23, 2021
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
This reverts commit 750c2f6f.
-
- Jan 20, 2021
-
-
Jelle van der Waa authored
For unknown reasons we basically allowed phrik to allow arbitrary sudo commands which isn't great as phrik is an irc bot.
-
- Oct 27, 2020
-
-
Jelle van der Waa authored
We want to periodically update it, not when we deploy the role :)
-
- Aug 27, 2020
-
-
- Jun 21, 2020
-
-
Sven-Hendrik Haase authored
This seems more proper as default.target is not a real target that services should require. multi-user.target is the sensible default for such services.
-
- Jun 17, 2020
-
-
also use systemd instead of service module
-
- Nov 22, 2019
-
-
Jelle van der Waa authored
Reduce the access to phrik.archlinux.org to only demize by for now defines arch_users in phrik's host_vars. Add a polkit rule to allow users in the phrik group to restart phrik.
-
- Jul 28, 2019
-
-
Jelle van der Waa authored
pkgfile is used in one of phrik's plugins and it's update service needs to be enabled.
-
- Jun 21, 2019
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
- Nov 06, 2017
-
-
Florian Pritz authored
Running archusers resets the groups of the users so these also need to run afterwards. Signed-off-by:
Florian Pritz <bluewind@xinu.at>
-
- Jun 30, 2017
-
-
Jelle van der Waa authored
Add phrik group and user, add demize to the phrik group
-