ansible/playbooks/manual/communishift.yml
David Kirwan 2007abcbd0 communishift: Added role for creating AWS EFS resources on demand
Signed-off-by: David Kirwan <dkirwan@redhat.com>
Signed-off-by: Lenka Segura <lsegura@redhat.com>
Signed-off-by: Patrik Polakovic <ppolakov@redhat.com>
2022-08-16 14:38:34 +01:00

27 lines
667 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
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:
ansible_python_interpreter: "/usr/bin/python"
communishift_projects:
- communishift-dev-test