Skip to content

nullfieldio/ansible-nginx-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx_source

Installs nginx from source based on version.

Role Variables

  • "nginx_prefix" Install location of nginx
  • "nginx_version" version you want to install
  • "nginx_src_dir" directory to use for building nginx
  • "nginx_conf" config file you want to point nginx at

Example Playbook

hosts: all roles: - role: nginx_source nginx_prefix: /home/nginx # Install location of nginx nginx_version: 1.8.0 nginx_src_dir: "/home/src/" nginx_conf: /home/application/nginx/nginx.conf

License

BSD

Build Status

About

Ansible Role - nginx-source for Linux https://galaxy.ansible.com/detail#/role/6437

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages