Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_enet
https://github.com/computate-org/computate_enet
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_enet
- Owner: computate-org
- Created: 2022-08-10T23:21:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T19:09:19.000Z (over 2 years ago)
- Last Synced: 2024-11-05T15:38:58.905Z (2 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the enet ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_enet# Clone the enet ansible role.
git clone [email protected]:computate-org/computate_enet.git ~/.ansible/roles/computate.computate_enet# Change into the enet ansible role directory.
cd ~/.ansible/roles/computate.computate_enet
```# Run the enet ansible playbook to install enet locally.
```bash
ansible-playbook install.yml
```Christopher Tate