File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,23 @@ galaxy_info:
55 description : Dnsdist is a highly scriptable and DDoS aware DNS loadbalancer
66 company : PowerDNS.COM BV
77 license : MIT
8- min_ansible_version : 2.3
8+ min_ansible_version : 2.5
99 platforms :
1010 - name : EL
1111 versions :
1212 - 7
13+ - 8
1314 - name : Debian
1415 versions :
1516 - jessie
17+ - stretch
18+ - buster
1619 - name : Ubuntu
1720 versions :
1821 - trusty
19- - utopic
20- - vivid
21- - wily
2222 - xenial
2323 - bionic
24+ - focal
2425 galaxy_tags :
2526 - dnsdist
2627 - dns
Original file line number Diff line number Diff line change 33- block :
44
55 - name : Install epel-release on CentOS
6- yum :
6+ package :
77 name : epel-release
88 state : present
99 when : ansible_distribution in [ 'CentOS' ]
1010
1111 - name : Install epel-release on RHEL/OracleLinux
12- yum :
12+ package :
1313 name : " https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
1414 state : present
1515 when : ansible_distribution in [ 'RedHat', 'OracleLinux' ]
You can’t perform that action at this time.
0 commit comments