ansible-role-nginx/tasks/opensource
Vladimir Botka 27d94628bd Separate installation of Linux and BSD (#182)
* Added variable nginx_linux_families: ['Debian', 'RedHat', 'Suse']
* Added variable nginx_bsd_systems: ['FreeBSD', 'NetBSD', 'OpenBSD', 'DragonFlyBSD', 'HardenedBSD']
* Handler started only in "not ansible_check_mode" to avoid --check failure when service hes not been installed yet
* Installation of Linux moved to install-oss-linux.yml
* Installation of BSD moved to install-oss-bsd.yml
* File setup-freebsd.yml deleted
2019-11-18 21:09:10 +01:00
..
install-oss-bsd.yml Separate installation of Linux and BSD (#182) 2019-11-18 21:09:10 +01:00
install-oss-linux.yml Separate installation of Linux and BSD (#182) 2019-11-18 21:09:10 +01:00
install-oss.yml Separate installation of Linux and BSD (#182) 2019-11-18 21:09:10 +01:00
setup-alpine.yml Add support to the role for RHEL 8 and Alpine Linux (#129) 2019-05-20 17:32:08 +01:00
setup-debian.yml Refactor repository into a variable 2018-05-11 15:12:06 -07:00
setup-redhat.yml Refactor repository into a variable 2018-05-11 15:12:06 -07:00
setup-suse.yml Add support to the role for RHEL 8 and Alpine Linux (#129) 2019-05-20 17:32:08 +01:00