mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-22 07:07:00 -06:00
Updated READMEs. Fixed Centos nginx install. Changed directory structure.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
---
|
||||
# No dependencies for Debian
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: epel-release
|
||||
yum:
|
||||
name: epel-release
|
||||
state: present
|
||||
become: yes
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
---
|
||||
- name: perform dependency installation
|
||||
include_tasks: "{{ ansible_os_family }}.yml"
|
||||
|
||||
- name: install nginx
|
||||
package:
|
||||
name: nginx
|
||||
|
||||
Reference in New Issue
Block a user