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

https://github.com/mcandre/ansible-curl

an Ansible playbook for installing cURL
https://github.com/mcandre/ansible-curl

Last synced: 5 months ago
JSON representation

an Ansible playbook for installing cURL

Awesome Lists containing this project

README

          

# ansible-curl: an Ansible playbook for installing/uninstalling cURL

# EXAMPLE

```console
$ ansible-playbook -i hosts.ini playbooks/install-curl.yml.j2

$ curl -s http://icanhazip.com
1.2.3.4

$ ansible-playbook -i hosts.ini playbooks/uninstall-curl.yml.j2

$ command -V curl
-bash: command: curl: not found
```

# RUNTIME REQUIREMENTS

* [Ansible](https://www.ansible.com/) 2+

# TESTTIME REQUIREMENTS

* [tonixxx](https://github.com/mcandre/tonixxx) 0.0.8
* [Vagrant](https://www.vagrantup.com/)

## Optional

* [stank](https://github.com/mcandre/stank) (e.g. `go get github.com/mcandre/stank/...`)
* [Python](https://www.python.org) 3+ (for yamllint)
* [Node.js](https://nodejs.org/en/) (for eclint)

# TEST

```console
$ tonixxx boil
```

# CLEAN

```console
$ tonixxx clean
```