Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/computate-org/computate_curl


https://github.com/computate-org/computate_curl

Last synced: about 1 month ago
JSON representation

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 [email protected]: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