Sha256: 4e9f5a754cd1cb0507b8d31347f7476fafe143b62309119a20a452464ba2df59
Contents?: true
Size: 388 Bytes
Versions: 1
Compression:
Stored size: 388 Bytes
Contents
--- - name: Install Redis become: true apt: pkg: redis-server state: present update_cache: true - name: Set bind IP become: true lineinfile: name: /etc/redis/redis.conf regexp: '^bind ' line: 'bind {{redis_bind}}' state: present - name: restart redis become: true systemd: name: redis state: restarted
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
subspace-3.0.0.rc1 | ansible/roles/redis/tasks/main.yml |