Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computate-org/computate_itcl
https://github.com/computate-org/computate_itcl
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_itcl
- Owner: computate-org
- Created: 2021-12-07T06:53:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T22:17:44.000Z (about 1 year ago)
- Last Synced: 2024-11-05T15:38:19.991Z (2 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install the itcl ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_itcl# Clone the itcl ansible role.
git clone [email protected]:computate-org/computate_itcl.git ~/.ansible/roles/computate.computate_itcl
```# Run the itcl ansible playbook to install itcl locally.
```bash
ansible-playbook ~/.ansible/roles/computate.computate_itcl/install.yml
```