Ansible & Docker Swarm deployment files for the Rusty Bever server swarm.
 
 
 
Go to file
Jef Roosens 588b0e87dc
Merge branch 'gitea-rework' of gitlab.com:rusty-bever/deployment into gitea-rework
2021-12-25 12:00:31 +01:00
ansible Bumped traefik to 2.5.6 2021-12-23 12:08:44 +01:00
configs Updated gitea to use config; added config file 2021-12-24 17:00:14 +01:00
stacks Merge branch 'gitea-rework' of gitlab.com:rusty-bever/deployment into gitea-rework 2021-12-25 12:00:31 +01:00
.gitignore Split gitignores 2021-12-23 11:38:39 +01:00
README.md Idem 2021-12-11 16:34:57 +01:00
Vagrantfile first part of config 2021-12-11 16:28:17 +01:00

README.md

Ansible Debian

This repository contains all the Ansible playbooks & roles I use to manage my various Debian-based servers & Docker swarms.

Playbooks

  • bootstrap.yml: handles first-time configuration of a server. This is the only playbook that expects you should run as your root user. It creates a non-root user that can use sudo, & secures the SSH configuration. Afterwards, you should edit your hosts file to reflect the changes.
  • update.yml: update your servers. When a new Debian version is released, the sources.list file can be changed. Afterwards, your servers will automatically update to this new version when this playbook is ran.
  • main.yml: This is the playbook that you can run multiple times without issues. It sets up the Docker swarm, network settings, etc.