mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2024-11-13 10:14:20 +01:00
Merge pull request #81 from morgajel/master
adding yum repo flag for Redhat
This commit is contained in:
commit
3fc0071953
@ -2,6 +2,9 @@
|
||||
# Used only for Debian/Ubuntu installation, as the -t option for apt.
|
||||
nginx_default_release: ""
|
||||
|
||||
# Used only for Redhat installation, enables source Nginx repo.
|
||||
nginx_yum_repo_enabled: true
|
||||
|
||||
# Use the official Nginx PPA for Ubuntu, and the version to use if so.
|
||||
nginx_ppa_use: false
|
||||
nginx_ppa_version: stable
|
||||
|
@ -6,9 +6,9 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
when: nginx_yum_repo_enabled
|
||||
|
||||
- name: Ensure nginx is installed.
|
||||
yum:
|
||||
name: "{{ nginx_package_name }}"
|
||||
state: installed
|
||||
enablerepo: nginx
|
||||
|
Loading…
Reference in New Issue
Block a user