Different tasks added
This commit is contained in:
17
php.database.certbot.webserver.yml
Normal file
17
php.database.certbot.webserver.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user