A complete ansible infrastructure for my personal server. Hosts a variety of FOSS applications through docker deployments within individual ansible roles.
Find a file
Marty Oehme 453cd2fd2b
Add default variables to docker-swarm role
Variable `docker_stack_files_dir` can be used if other stack deployments
need to copy over configuration files or other extra files. Defaults to
`/stacks` but can be set to anything and other roles should take care to
respect this and put their files relative to it.

Variable `docker_swarm_public_network_name` can be used to set the name
of the network to be created that faces outwards (ingress network) and
to which all stacks will be connecting.
2021-07-29 13:32:46 +02:00
group_vars Fix docker-swarm for multi-ip machines 2021-07-27 13:46:24 +02:00
roles Add default variables to docker-swarm role 2021-07-29 13:32:46 +02:00
.gitignore Add system upgrade role 2021-07-24 11:51:37 +02:00
ansible.cfg Restructure inventories 2021-07-29 11:42:21 +02:00
playbook.yml Add docker-swarm setup 2021-07-27 13:07:42 +02:00
Vagrantfile Fix docker python module installation for sudo 2021-07-27 12:54:32 +02:00