https://github.com/computate-org/computate_divercity
https://github.com/computate-org/computate_divercity
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_divercity
- Owner: computate-org
- Created: 2021-09-28T00:07:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T00:09:22.000Z (over 4 years ago)
- Last Synced: 2025-06-01T03:07:00.276Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the divercity ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_divercity
# Clone the divercity ansible role.
git clone git@github.com:computate-org/computate_divercity.git ~/.ansible/roles/computate.computate_divercity
```
# Run the divercity ansible playbook to install divercity locally (requires sudo privileges with -K).
```bash
cd ~/.ansible/roles/computate.computate_divercity
ansible-playbook -K install.yml
```