-
Enrico Gamberini authoredEnrico Gamberini authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
install-redis.yml 248 B
---
- hosts: localhost
remote_user: "{{ lookup('env','LOGNAME') }}"
become: yes
become_method: sudo
roles:
- redis
environment:
http_proxy: "{{ lookup('env','http_proxy') }}"
https_proxy: "{{ lookup('env','https_proxy') }}"