Skip to content

Latest commit

 

History

History
143 lines (101 loc) · 3.53 KB

README.rst

File metadata and controls

143 lines (101 loc) · 3.53 KB

Ansible Role Redis

Build Status Ansible Galaxy GitHub issues Average time to resolve an issue Percentage of issues still open GitHub license

Version:0.1.1
Web:https://github.com/hadenlabs/ansible-role-redis
Download:http://github.com/hadenlabs/ansible-role-redis
Source:http://github.com/hadenlabs/ansible-role-redis
Keywords:ansible-role-redis

Ansible Galaxy role for Redis.

List of applications:

Install it with the following command:

$ ansible-galaxy install hadenlabs.redis

The default role variables in defaults/main.yml are:

nothing

None

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
    - hadenlabs.redis

To install a specific version:

- hosts: servers
  roles:
    - { role: hadenlabs.redis }
- hosts: servers
  roles:
     - role: hadenlabs.redis
       python_pyenv_path: "{{ home }}/pyenv"
       python_pyenv_owner: "{{ instance_owner }}"
       python_pyenv_update_git_install: no
       python_pyenv_python_versions:
         - "3.5.1"
         - "2.7.9"
       python_pyenv_delete_virtualenvs:
         - venv_name: "delete_venv_name"
       python_pyenv_virtualenvs:
         - venv_name: "latest_v3"
           py_version: "3.5.1"
         - venv_name: "latest_v2"
           py_version: "2.7.9"

MIT

Please see CHANGELOG for more information what has changed recently.

Please see CONTRIBUTING for details.

Made with ❤️ ☕ and 🍕 by author and company.