Skip to content

Ansible roles for installing different web-wares on Debian/Ubuntu and Archlinux.

Notifications You must be signed in to change notification settings

sortex/ansible-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Database ware

Ansible roles for installing and setting up different web ware on Debian/Ubuntu and Archlinux.

Install

Add this repo as a submodule in your roles/ folder and include it in a playbook of yours.

Config example

---
webserver: apache

work_dir: /srv/http/www

apache:
  version: 2.4
  port: 80
  modules:
    - rewrite
    - expires
  group_users:
    - git
    - rafi
    - adam
    - ronen
    - yakir
    - yaniv

License

MIT

About

Ansible roles for installing different web-wares on Debian/Ubuntu and Archlinux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published