Complete server deployment config

Josh Bicking eeac80a486 update image versions 3 tahun lalu
roles fd50ecfad5 add todos 3 tahun lalu
templates 6d93cbd2ce add ceph-ensure-mount service 4 tahun lalu
.env.example 20dd2bdb09 start on hyperconverged setup 4 tahun lalu
.gitignore febbaf7ab7 exclude hosts and .venv 4 tahun lalu
README.md 05aeeebe64 update readme 4 tahun lalu
ansible.cfg 63d1919913 all parts working 5 tahun lalu
docker-compose.yml eeac80a486 update image versions 3 tahun lalu
hosts.example 8da7053515 hosts example 4 tahun lalu
playbook.yml 20dd2bdb09 start on hyperconverged setup 4 tahun lalu
static.toml 6eb5d2be23 update static example 3 tahun lalu

README.md

Ceph & Docker Swarm hyperconverged node setup

  1. For a new installation, follow https://docs.ceph.com/en/latest/cephadm/install/ to bootstrap a cluster & deploy your first node.
  2. Set hosts & run ansible-playbook playbook.yml to preconfigure the new node.
  3. Follow "Adding Hosts" to add a new node to the ceph cluster. Add this node as a monitor and/or manager if necessary.
  4. Follow https://docs.docker.com/engine/swarm/swarm-tutorial/add-nodes/ to add this node to Docker Swarm.