An open API service indexing awesome lists of open source software.

https://github.com/computate-org/computate_ansible


https://github.com/computate-org/computate_ansible

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install the bzflag ansible role

```bash
# 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.

```bash
git submodule update --init --recursive
```

# Add new child roles.

You can add new child roles like this:

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

# Run the individual playbooks to install the applications locally.

```bash
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
```