Giter VIP home page Giter VIP logo

ansible-role-php's Introduction

php

This role installs and configures php (cli, fpm) using ondrej repo.

Role Variables

  • php_version: Version number to install (5.5, 5.6, 7.0, 7.1) (e.g. '7.0')
  • php_init_system: OS init system. (default 'upstart')
  • php_options: List of shared ini directives (default: empty list)
  • php_cli: Install php cli or not (default: False)
  • php_cli_options: List of ini directives for php cli (default: empty list)
  • php_fpm: Install php fpm or not (default: False)
  • php_fpm_options: List of ini directives for php fpm (default: empty list)
  • php_fpm_pool_options: List of ini directives for www pool (default: empty list)
  • php_fpm_user: User php-fpm will run as (default: 'www-data')
  • php_fpm_group: Group php-fpm will run as (default: php_fpm_user)
  • php_mod: Install apache php module or not (default: False)
  • php_mod_options: List of ini directives for php mod (default: empty list)
  • php_modules: List of php modules to install (default: empty list)

Example Playbook

- hosts: servers
  roles:
    - {
      role: php,
      php_version: '7.0',
      php_cli: True
    }

License

MIT

Build Status

ansible-role-php's People

Contributors

dpujadas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.