No description
Find a file
2021-10-21 09:24:13 +02:00
playbooks chore: remove unused, unmaintained playbook 2021-09-07 13:26:38 +02:00
roles feat(lego): Add support for using existing acme accounts 2021-10-21 09:24:13 +02:00
.gitmodules chore(submodules): use https instead of ssh 2020-12-30 12:12:19 +01:00
CODEOWNERS chore: update CODEOWNERS 2021-09-06 08:31:47 +02:00
galaxy.yml chore: update galaxy.yml ansible collection metadata 2021-09-07 08:59:46 +02:00
LICENSE.md chore: add LICENSE 2021-09-07 08:59:50 +02:00
README.md docs: add matrix badge to README 2021-10-19 14:16:50 +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

  • roles/dns for setting DNS records with ansible, currently only cloudflare as a backend is supported
  • roles/hostname for setting /etc/hostname and /etc/hosts
  • roles/ldap to deploy openldap in a docker container
  • roles/redis to deploy redis in a docker container
  • roles/ssh for SSH hardening
  • roles/user for creating user accounts with SSH keys deployed

License

AGPL-3.0-only

Authors