ansible/playbooks/manual/communishift.yml
Kevin Fenzi 1282c45a97 communishift: add mattdm project ( ticket 10935 )
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-10-27 15:27:31 -07:00

34 lines
825 B
YAML

---
- hosts: localhost
user: root
gather_facts: false
vars_files:
- /srv/web/infra/ansible/vars/global.yml
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
tasks:
- name: Communishift Role
include_role:
name: communishift
tasks_from: administration-tasks
apply:
tags:
- deploy-operators
- name: Communishift Role
with_items: "{{ communishift_projects }}"
include_role:
name: communishift
tasks_from: main
apply:
tags:
- create_efs
vars:
communishift_project_name: "{{ outer_item }}"
loop_control:
loop_var: outer_item
vars:
communishift_projects:
- communishift-dev-test
- communishift-mattdm