Skip to content

Ansible role to create work together with our nginx role and create webhost directorys

License

Notifications You must be signed in to change notification settings

roles-ansible/ansible_role_webhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Host

Variables

Example

nginx_sites:
  - name: 'example.org'
    webroot:
      path: '/srv/www/example.org'
      user: 'webmaster'
      group: 'www-data'
      mode: 'u=rwx,g=rx,o=rx'

  - name: 'example.com'
    webroot: true

Note

Configuration data for this role should be included into the nginx_sites variable used inside the nginx_new2 role.

About

Ansible role to create work together with our nginx role and create webhost directorys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published