Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_micropolis
https://github.com/computate-org/computate_micropolis
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_micropolis
- Owner: computate-org
- Created: 2021-09-26T16:49:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T15:15:47.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T15:38:49.632Z (2 months 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 [email protected]: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
```