Commit graph

6 commits

Author SHA1 Message Date
27daf9031b
Add miniflux deployment
Contains default credentials but these should be overwritten with
group or host -destined variables.

Add default credentials

Hide real credential files from git
2021-10-22 13:17:50 +02:00
30089b434e
Add staging and development environments
Differentiated between both.

Development environment takes place locally, most directly through the
use of a vagrant machine on the development machine.

Staging environment mimics the final production environment, but is
situated on another server and, most probably, points to a different
address. Otherwise, however, it translates much more closely (dns
entries etc) to the production setup.

Production is just that, the final deployment.
2021-10-21 14:23:26 +02:00
6de8f0fb50
Add testing inventory and group variables
Added fully test-ready inventory and groups using vagrant and able to
run repeatedly as necessary.
2021-07-29 15:11:28 +02:00
54cbe97442
Restructure inventories 2021-07-29 11:42:21 +02:00
b16ab5205c
Fix docker-swarm for multi-ip machines
Added variable docker_swarm_advertise_addr which can be set to the
advertise address swarm should use.

Mostly introduced for vagrant-based test setups for now, which contain
multiple IP addresses and fail otherwise.
2021-07-27 13:46:24 +02:00
1fe4c617db
Add system upgrade role
initial commit
2021-07-24 11:51:37 +02:00