ansible_distribution_version: address FIXME's/review tweaks.

download: mod_limitipconn isn't used anyone, dropped the entire line.
transient_cloud: just dropped the dnf part and use 'package' entirely.
sshd_config: UsePrivilegeSeparation isn't used in Fedora at all.
koji_hub: no fedora or rhel8 hubs yet, so just 7 is fine for now.
openvpn: changes look ok
packages3: Should get cverna to review, packages is using fedora now.
varnish: no rhel8 varnish servers yet.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-09-19 17:01:10 +00:00 committed by Pierre-Yves Chibon
parent c9ed62ac32
commit a562b8a3f8
8 changed files with 4 additions and 29 deletions

View file

@ -33,7 +33,6 @@ PermitTunnel no
{% if ansible_distribution_major_version == "6" and ansible_distribution is 'RedHat' %}
UsePrivilegeSeparation yes
#FIXME: How about RHEL8 and Fedora ? sandbox as well ?
{% elif ansible_distribution_major_version == "7" and ansible_distribution is 'RedHat' %}
UsePrivilegeSeparation sandbox
{% endif %}