https://github.com/klingtnet/klingt.net
klingt.net is my place on the web (est. since 2006).
https://github.com/klingtnet/klingt.net
ansible caddy gitea grafana julia jupyter postgres prometheus restic systemd
Last synced: 4 days ago
JSON representation
klingt.net is my place on the web (est. since 2006).
- Host: GitHub
- URL: https://github.com/klingtnet/klingt.net
- Owner: klingtnet
- Created: 2014-11-08T14:04:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T16:57:09.000Z (about 5 years ago)
- Last Synced: 2023-04-04T17:32:39.207Z (almost 3 years ago)
- Topics: ansible, caddy, gitea, grafana, julia, jupyter, postgres, prometheus, restic, systemd
- Language: HTML
- Homepage: http://www.klingt.net
- Size: 21.9 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible
A [series of articles](https://www.digitalocean.com/community/tutorials/an-introduction-to-configuration-management) about configuration managment at the example of Ansible.
> By using a configuration management tool, the procedure necessary for bringing up a new server or updating an existing one will be all documented in the provisioning scripts.
## Terms
- **Inventory** stores information about your servers as INI file
- **Playbook** is the entry point for Ansible provisionings (imagine it as a set of tasks)
- **Task** defines a single procedure to be executed, e.g. updating the package cache
- **Module** typically is a abstraction of a system task (more generalized task?)
- **Role** is used to organize playbooks and other files for reuse
- **Play** names a complete provision process, from start to finish
- **Facts** are variables containing information about the system, e.g. OS, hostname etc.
- **Handlers** trigger service status changes
## Services
The following list of services should be configured and deployed automatically:
- [x] caddy
- [x] gitea
- [x] prometheus
- [x] grafana
- [x] ~~jupyter~~
- [x] postgres
- [x] pgweb
- [x] ~~netdata~~, node_exporter