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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install prerequisites

Install this Ansible role:

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

# Install the bzflag ansible role

```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_bzflag

# Clone the bzflag ansible role.
git clone git@github.com:computate-org/computate_bzflag.git ~/.ansible/roles/computate.computate_bzflag
cd ~/.ansible/roles/computate.computate_bzflag
```

# Run the bzflag ansible playbook to install bzflag locally.

```bash
ansible-playbook install.yml
```