Ansible GlusterFS cluster on Ubuntu at DigitalOcean, using private networking
- Set your API v1 keys for DO:
export DO_CLIENT_ID=yourID export DO_API_KEY=yourKey
- Adjust requested gluster-pool in the "inventory" file in multiples of 2.
- Adjust the gluster_brick_config replica number (currently 2), depending on if you want a replicate vs distributed replicate.
- Run ansible-playbook provision.yml.