hoplacloud.apache_php

Role Name

Hopla.cloud role for ansible to apache2, php-fpm, Memcached.

Requirements

None.

Role Variables

System variables user_name: "user" user_email: "user@example.com"

Php variables

  • php_version: "7.3" (Possible : 5.6 7.0 7.1 7.2 7.3)
  • post_max_size: "64M"
  • upload_max_filesize: "64M"
  • short_open_tag: "On"

Memcached variables

  • session_save_handler: "files"
  • session_save_path: "/var/lib/php/sessions"

Dependencies

  • hoplacloud.linux_update
  • hoplacloud.linux_motd

Example Playbook

- hosts: localhost
  remote_user: root
  roles:
     - hoplacloud.apache_php

License

GPLv3

Author Information

This role was created in 2019 by hopla.cloud

About

Hopla.cloud role for ansible to deploy Apache and PHP (FPM)

Install
ansible-galaxy install hoplacloud.apache_php
GitHub repository
License
gpl-3.0
Downloads
283