Skip to content

minkzaw/ansible-role-nginx_source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This role will deploy NGINX from source

  • Specific version can define at deploy_nginx.yml file which was declared as variable (nginx_version)

  • Managed hosts can be defined at inventory file which was already declared at ansible.cfg

  • Need to define remote user with (-u) option, privilege esclation with (-K) option and password for that user with (-k) option

    Syntax:

    ansible-playbook deploy_nginx.yml -u <username> -k -K
    

About

Deploy nginx from source with ansible-role

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages