AttestationLegale.php-fpm

Ansible Role: php-fpm

Build Status Ansible Galaxy

The php-fpm role allows you to create dedicated instances running under a specified user/group.

This role performs the following tasks:

  • create /home/{{ user }}/etc/php5/fpm/php.ini
  • create /home/{{ user }}/etc/php5/fpm/php-fpm.conf
  • create /home/{{ user }}/etc/php5/fpm/env.conf
  • create /home/{{ user }}/etc/php5/fpm/pool.d/{{ user }}.conf
  • create /home/{{ user }}/usr/lib/php5/php5-fpm-checkconf
  • create /home/{{ user }}/usr/lib/php5/php5-fpm-reopenlogs
  • create /home/{{ user }}/usr/lib/php5/sessionclean
  • create /etc/cron.d/php5-{{ user }} (cronjob calling /home/{{ user }}/usr/lib/php5/sessionclean for sessions cleanup)
  • create /etc/logrotate.d/php5-fpm-{{ user }} (to rotate php5-fpm logs for this instance)
  • create /lib/systemd/system/php5-fpm-{{ user }}.service (so that your instance can be managed with systemctl)

Requirements

User

The user hosting the php-fpm instance must exist on the target system and his home directory must look like that:

/home/user
         \-etc
             \-php5
                  \-fpm
                      \-pool.d
         \-usr
             \-lib
                 \-php5
         \-var
             \-lib
                 \-php5
                      \-sessions
             \-log
                 \-php-fpm
             \-run

You can use AttestationLegale.skel and AttestationLegale.users to create all the necessary stuff before calling php-fpm role.

Role Variables

For a complete list of variables, see default/main.yml.

php_fpm_pools: []

Dependencies

None

Example Playbook

---
  - hosts: all
    roles:
      - php-fpm
    vars:
      - php_fpm_pools:
        - owner: foo
          group: bar
          home: /home/foo
          php_config: []
          php_fpm_config: []
          php_fpm_pool_config: []
          php_fpm_env_config: []

php_config can be used to customize etc/php5/fpm/php.ini (see templates/php.ini.j2 for details).

php_fpm_config can be used to customize etc/php5/fpm/php-fpm.conf (see templates/php-fpm.conf.j2 for details).

php_fpm_pool_config can be used to customize etc/php5/fpm/pool.d/{{ user }.conf (see templates/pool.conf.j2 for details).

php_fpm_env_config can be used to customize etc/php5/fpm/env.conf (see templates/env.conf.j2 for details).

License

MIT / BSD

Author Information

This role was created in 2016 by ALG

About

Php-fpm management

Install
ansible-galaxy install AttestationLegale.php-fpm
GitHub repository
License
Unknown
Downloads
71
Owner
Tiers de confiance spécialisé, Attestation Légale collecte, vérifie et diffuse vos attestations, une fois pour tous.