UNPKG

@installdoc/ansible-gas-station

Version:

An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤

21 lines (17 loc) 417 B
--- # @action Configures PHP # Modifies the php.ini file - name: Configure php.ini include_tasks: linux/ini.yml # @action Configures PHP # Configures APCu - name: Configure apcu include_tasks: linux/apcu.yml # @action Configures PHP # Configures opcache - name: Configure opcache include_tasks: linux/opcache.yml # @action Configures PHP # Configures FPM - name: Configure fpm include_tasks: linux/fpm.yml