https://github.com/computate-org/computate_micropolis
https://github.com/computate-org/computate_micropolis
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_micropolis
- Owner: computate-org
- Created: 2021-09-26T16:49:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T15:15:47.000Z (about 4 years ago)
- Last Synced: 2025-04-09T10:23:44.289Z (about 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the micropolis ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_micropolis
# Clone the micropolis ansible role.
git clone git@github.com:computate-org/computate_micropolis.git ~/.ansible/roles/computate.computate_micropolis
cd ~/.ansible/roles/computate.computate_micropolis
```
# Run the micropolis ansible playbook to install micropolis locally (requires sudo privileges with -K).
```bash
ansible-playbook -K install.yml
```