From 2742958fd69c91c442685be62140f1e29e363b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 10 Jul 2018 12:31:32 +0200 Subject: Move todos to readme.md and add first documentation --- readme.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d8d8046 --- /dev/null +++ b/readme.md @@ -0,0 +1,32 @@ +# Puppet configuration repository for immae.eu's services + +This repository has the aim to help automate the installation of servers +planned for a specific task, with the help of Puppet. The host are +supposed to be listed in an LDAP-like database, which will contain the +necessary credentials, variable configuration and secrets for each +server. + +## Structure + +The repository is structured along Puppet modules (`modules/` +directory). Each machine has one or several `role`, which determine the +set of programs and configuration to install. Each role may be +standalone, or require a set of `profile`, which is seen as a +reusable component. (The structure is inspired from the tutorial at +[https://www.craigdunn.org/2012/05/239/](https://www.craigdunn.org/2012/05/239/) ) + + +## TODO + +- Complete documentation +- Add some monitoring: + - modules/profile/manifests/postgresql/ssl.pp (check postgresql certificate) + - modules/profile/manifests/postgresql/backup\_pgbouncer.pp (check pgbouncer works) + - modules/profile/manifests/apache.pp (check website is accessible and ssl) + - modules/profile/manifests/mail.pp (check e-mails are going through) + - modules/profile/manifests/redis.pp (check redis is running) + - modules/role/\* (role-specific checks) +- Add redis replication and dumps +- Restore backups for cryptoportfolio +- Ensure latest by default for packages +- try to do a mkfs.ext4 for cloud vps -- cgit v1.2.3