https://github.com/computate-org/computate_bzflag
https://github.com/computate-org/computate_bzflag
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_bzflag
- Owner: computate-org
- Created: 2021-12-05T19:52:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-16T01:29:22.000Z (7 months ago)
- Last Synced: 2025-11-16T03:20:53.980Z (7 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```