--- # PHP, DB, Certbot and Webserver # # Run: # ansible-playbook -i inventory/hosts tasks/php.database.certbot.webserver.yml # # Prepare: # See readme.md and init your workspace - hosts: all gather_facts: true roles: - lsa.php - lsa.db - lsa.certbot - lsa.webserver