https://github.com/computate-org/computate_sumo
https://github.com/computate-org/computate_sumo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_sumo
- Owner: computate-org
- Created: 2022-04-18T21:54:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T21:26:11.000Z (over 3 years ago)
- Last Synced: 2025-05-30T23:20:41.625Z (about 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
Install the prerequisite computate_fox ansible role.
https://github.com/computate-org/computate_fox
# Install the sumo ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_sumo
# Clone the sumo ansible role.
git clone git@github.com:computate-org/computate_sumo.git ~/.ansible/roles/computate.computate_sumo
cd ~/.ansible/roles/computate.computate_sumo
```
# Run the sumo ansible playbook to install sumo locally.
```bash
ansible-playbook install.yml
```