2017 © Pedro Peláez
 

chef-role ansible-role-apache-vhost

Ansible role to manage apache's virtual hosts on gentoo instances.

image

vundb/ansible-role-apache-vhost

Ansible role to manage apache's virtual hosts on gentoo instances.

  • Saturday, September 30, 2017
  • by vundb
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 16 % Grown

The README.md

Ansible Role Apache Vhost

Ansible role to manage apache's virtual hosts on gentoo instances., (*1)

Supported Distributions

  • Gentoo

Role Variables

  • apache_services: Array with services to be restarted on configuration changes., (*2)

  • apache_user: System user name for apache daemon. Default value is apache., (*3)

  • apache_group: System user group for apache daemon. Default value is apache., (*4)

  • apache_vhosts: Array with virtual host configuration. See default vars file, (*5)

Dependencies

None., (*6)

Example Playbook

- hosts: all
  roles:
    - role: vundb-apache-vhost
      apache_vhosts:
       - label:         "example.com"
         virtual_host:  "*:80"
         server_name:   "example.com"
         server_alias:  "example.com"
         document_root: "/var/www/example.com"

License

MIT, (*7)

Author Information

  • You can find more roles in my GitHub channel vundb
  • Follow me on Twitter @vundb

The Versions

30/09 2017

dev-master

9999999-dev

Ansible role to manage apache's virtual hosts on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

30/09 2017

1.2.0

1.2.0.0

Ansible role to manage apache's virtual hosts on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

30/09 2017

dev-feature/checks

dev-feature/checks

Ansible role to manage apache's virtual hosts on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

03/12 2016

1.1.0

1.1.0.0

Ansible role to manage apache's virtual hosts on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher

03/07 2016

1.0.0

1.0.0.0

Ansible role to manage apache's virtual hosts on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher