Skip to content

computate-org/computate_ansible

Repository files navigation

Install the bzflag ansible role

# 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_ansible

Update the submodules to load all of the child Ansible roles.

git submodule update --init --recursive

Add new child roles.

You can add new child roles like this:

git submodule add https://github.com/computate-org/computate_sqlite.git roles/computate.computate_sqlite

Run the individual playbooks to install the applications locally.

ansible-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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published