shrikeh-ansible-roles.curl

ansible-curl

[Galaxy] galaxy Build Status GitHub Stars

Low-level Ansible role to install cURL on hosts in a cross-platform way.

Requirements


None.

Role Variables


curl_pkg_state_latest

Default: no Controls whether to use 'present' or 'latest' for package installation.

curl_update_pkg_mgr

Default: no Whether or not to update package managers prior to running this.

Dependencies


None.

Example Playbook


    - hosts: servers
      vars:
        curl_pkg_state_latest: yes
      roles:
         - { role: shrikeh.curl }

License

MIT

Author Information

Contact me on Twitter @[barney_hanlon][twitter]

About

Install cURL (http://curl.haxx.se/) in a cross-platform way

Install
ansible-galaxy install shrikeh-ansible-roles.curl
GitHub repository
License
mit
Downloads
567
Owner
Where I stash all my Ansible roles.