# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_ansible
# Clone the bzflag ansible role.
git clone git@github.com:computate-org/computate_ansible.git ~/.ansible/roles/computate.computate_ansible
cd ~/.ansible/roles/computate.computate_ansiblegit submodule update --init --recursiveYou can add new child roles like this:
git submodule add https://github.com/computate-org/computate_sqlite.git roles/computate.computate_sqliteansible-playbook -i localhost, -c local install_gorilla.yml
ansible-playbook -i localhost, -c local install_sumo.yml
ansible-playbook -i localhost, -c local install_shotwell.yml
ansible-playbook -i localhost, -c local install_syncthing.yml
ansible-playbook -i localhost, -c local install_bzflag.yml
ansible-playbook -i localhost, -c local install_mari0.yml
ansible-playbook -i localhost, -c local install_supertuxkart.yml