17 lines
No EOL
247 B
YAML
17 lines
No EOL
247 B
YAML
---
|
|
|
|
- name: Build Wordpress sites
|
|
include_tasks: wordpress.yml
|
|
loop: "{{ sites }}"
|
|
when: item.type == "wordpress"
|
|
|
|
|
|
|
|
|
|
# build an image
|
|
# do the msmtp bullshit
|
|
# docker compose
|
|
# nginx
|
|
# let's encrypt
|
|
|
|
# in another role: deploy the stuff |