add wordpress role with lots of bells and whistles
This commit is contained in:
14
roles/wordpress/defaults/main.yml
Normal file
14
roles/wordpress/defaults/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
wordpress_tag: php8.1
|
||||
|
||||
dockerfile: {}
|
||||
docker_additional_services: []
|
||||
|
||||
docker_host_user: false
|
||||
wordpress_symlinks: false
|
||||
|
||||
wordpress_docker_volumes:
|
||||
- name: html
|
||||
path: /var/www/html
|
||||
|
||||
Reference in New Issue
Block a user