No description
Find a file
Sammy 4d1fae6b77
fix(user): ignore ssh key errors in check mode
In check mode, the task fails if it's supposed to be adding ssh keys to
a user who doesn't exist. Ignoring errors in check mode makes it
possible to run the task in check mode even if there are new users to be
added.
2024-02-02 10:34:16 +01:00
.github/workflows chore(ci): adjust for workflow changes 2023-09-18 09:11:36 +02:00
playbooks fix(restic): don't prepend collection name in same collection 2023-10-25 16:17:55 +02:00
plugins fix(gpg_secretstore): ensure import errors get properly passed to fail_json 2024-01-25 11:40:01 +01:00
roles fix(user): ignore ssh key errors in check mode 2024-02-02 10:34:16 +01:00
tests chore: update sanity test ignore generation 2023-12-12 10:54:20 +01:00
.ansible-lint-ignore chore(docker): update role and update linting ignores 2023-02-21 21:21:33 +01:00
.gitignore chore: add __pycache__ to .gitignore 2023-10-04 15:10:23 +02:00
.gitlab-ci.yml chore: clone recursively in CI 2022-10-10 16:13:03 +02:00
.gitmodules refactor(pip): rewrite pip-role 2022-01-20 11:33:00 +01:00
CODEOWNERS feat(rclone_serve): initial implementation 2023-10-25 16:17:52 +02:00
galaxy.yml feat(rclone_serve): initial implementation 2023-10-25 16:17:52 +02:00
LICENSE.md chore: add LICENSE 2021-09-07 08:59:50 +02:00
README.md feat(rclone_serve): initial implementation 2023-10-25 16:17:52 +02:00

famedly.base ansible collection

Matrix

Scope

This ansible collection contains a variety of basic/barebone functionality needed for bootstrapping larger, complex infrastructure. This includes roles for databases (like redis, ldap, postgres) as they are often a foundation to build services on.

Roles

License

AGPL-3.0-only

Authors