https://github.com/computate-org/computate_curl
https://github.com/computate-org/computate_curl
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/computate-org/computate_curl
- Owner: computate-org
- Created: 2022-08-11T01:05:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T22:23:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T10:23:21.823Z (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 curl ansible role
```bash
# Create a directory for the ansible role.
install -d ~/.ansible/roles/computate.computate_curl
# Clone the curl ansible role.
git clone git@github.com:computate-org/computate_curl.git ~/.ansible/roles/computate.computate_curl
# Change into the curl ansible role directory.
cd ~/.ansible/roles/computate.computate_curl
```
# Run the curl ansible playbook to install curl locally.
```bash
ansible-playbook install.yml
```
Christopher Tate