automation/deployer/roles/build/tasks/main.yml

22 lines
388 B
YAML
Raw Normal View History

---
- name: Build Wordpress sites
include_tasks: wordpress.yml
loop: "{{ sites }}"
when: item.type == "wordpress"
tags: wordpress
2020-04-28 09:59:52 +00:00
- name: Build Drupal sites
include_tasks: drupal.yml
loop: "{{ sites }}"
when: item.type == "drupal"
tags: drupal
# build an image
# do the msmtp bullshit
# docker compose
# nginx
# let's encrypt
# in another role: deploy the stuff