Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 455 Bytes

Ansible Roles

Ansible roles to sync your local folder and provision a server with PHP, Nginx, MariaDB and more.

roles:
  - { role: base }
  - { role: php-fpm }
  - { role: nginx }
  - { role: composer }
  - { role: mysql }
  - { role: memcached }
  - { role: ufw }
  - { role: fail2ban }
  - { role: logwatch }
  - { role: swapfile }
  - { role: sync }
  - { role: cron }
  - { role: newrelic }