This repository was archived by the owner on Feb 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
roles/geerlingguy.varnish Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 7676- src : geerlingguy.solr
7777 version : 3.5.1
7878- src : geerlingguy.varnish
79- version : 1.8.1
79+ version : 1.8.3
Original file line number Diff line number Diff line change 8282* Inside ` vars/main.yml ` * :
8383
8484 varnish_secret: "[secret generated by uuidgen]"
85- varnish_default_backend_host : 81
85+ varnish_default_backend_port : 81
8686 ... etc ...
8787
8888## License
@@ -91,4 +91,4 @@ MIT / BSD
9191
9292## Author Information
9393
94- This role was created in 2014 by [ Jeff Geerling] ( http ://www.jeffgeerling.com/) , author of [ Ansible for DevOps] ( https://www.ansiblefordevops.com/ ) .
94+ This role was created in 2014 by [ Jeff Geerling] ( https ://www.jeffgeerling.com/) , author of [ Ansible for DevOps] ( https://www.ansiblefordevops.com/ ) .
Original file line number Diff line number Diff line change 55 - gcc
66 - libedit-devel
77 - initscripts
8+ - redhat-rpm-config
89
910- name : Add Varnish repository.
1011 yum :
Original file line number Diff line number Diff line change 22- name : Update apt cache if needed.
33 apt : update_cache=yes cache_valid_time=86400
44
5- - name : Get software for Python-based control .
5+ - name : Install required dependencies .
66 apt : " name={{ item }} state=installed"
77 with_items :
88 - curl
99 - python-apt
1010 - python-pycurl
11- - build-essential
1211 - sudo
1312 - unzip
13+ - make
1414
1515- name : Configure /etc/mailname.
1616 copy :
Original file line number Diff line number Diff line change 11---
2- - name : Get software for Python-based control .
2+ - name : Install required dependencies .
33 yum : " name={{ item }} state=installed"
44 with_items :
5- - " curl"
6- - " python-pycurl"
7- - " @development"
8- - " unzip"
5+ - curl
6+ - python-pycurl
7+ - unzip
8+ - make
9+ - gcc
910
1011- name : Enable remi repo for MySQL.
1112 set_fact : mysql_enablerepo="remi"
You can’t perform that action at this time.
0 commit comments