https://github.com/computate-org/computate_itcl
https://github.com/computate-org/computate_itcl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_itcl
- Owner: computate-org
- Created: 2021-12-07T06:53:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T22:17:44.000Z (over 2 years ago)
- Last Synced: 2025-02-15T04:32:49.319Z (over 1 year 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 git@github.com: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
```