2017 © Pedro Peláez
 

chef-role ansible-role-openproject

Ansible role to install openproject on gentoo instances.

image

vundb/ansible-role-openproject

Ansible role to install openproject on gentoo instances.

  • Sunday, December 10, 2017
  • by vundb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

Ansible Role Openproject

Ansible role to install and configure openproject on gentoo instances., (*1)

Supported Distributions

  • Gentoo

Requirements

This role has a variety of dependencies. Please take a look at the example playbook., (*2)

Role Variables

None., (*3)

Dependencies

vundb/ansible-role-apache, (*4)

vundb/ansible-role-mysql, (*5)

vundb/ansible-role-mysql-admin, (*6)

vundb/ansible-role-apache-vhost, (*7)

vundb/ansible-role-portage, (*8)

Example Playbook

- hosts: all
  roles:
    - role: vundb-apache
      apache_opts: ["PASSENGER"]
    - role: vundb-mysql
      mysql_config:
        - { section: "mysqld", option: "sql_mode", value: "'no_auto_value_on_zero,strict_trans_tables,strict_all_tables,no_zero_in_date,no_zero_date,error_for_division_by_zero,no_auto_create_user,no_engine_substitution'" }
    - role: vundb-mysql-admin
      mysql_databases:
        - name: openproject
      mysql_users:
        - name: openproject
          pass: openproject
          priv: openproject.*:ALL
    - role: openproject
    - role: apache-vhost
      apache_vhosts:
        - label: "openproject"
          virtual_host: "*:80"
          server_name: "openproject.local"
          server_alias: "openproject.local"
          document_root: "/home/openproject/application/public"
          template: "templates/vhost-openproject.j2"

License

MIT, (*9)

Author Information

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

The Versions

10/12 2017

dev-feature/version7

dev-feature/version7

Ansible role to install openproject on gentoo instances.

  Sources   Download

MIT

The Requires

 

by Viktor Breitenbuecher