Using traditional Ansible scripts to manage
fleet of CoreOS host. Supports preparing the
host for docker-compose
and copying a
remote db to a local SSD.
Configure the group_vars/all.yml
file with the various settings.
Most important are the AWS settings and information about where
the local and master data block device reside.
First bootstrap Ansible on CoreOS.
ansible-galaxy install defunctzombie.coreos-bootstrap
ansible-playbook -i inventory bootstrap.yml
Now install the workers.
ansible-playbook -i inventory install-worker.yml
Copy the raw master DB data to the local disk. This will take a long time.
ansible-playbook -i inventory copy-to-local-db.yml