Manage NGINX official repositories.
For supported systems see http://nginx.org/en/linux_packages.html. If your system is not supported, the role tasks will be skipped.
For supported system by this role, see the vars/os-<system>
files.
Feel free to add any new linux distribution and version if missing.
nginx_repo_version_stable
: if true, the stable repository will be addednginx_repo_version_mainline
: if true, the mainline repository will be addednginx_repo_state
: define presence of the repository, if false, the rpeository will be removed
There no external dependencies.
- hosts: servers
roles:
- hudecof.nginx_repo
BSD
- Peter Hudec (@hudecof)