All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.ansible.include-smoke-tests-aem-cms.yml Maven / Gradle / Ivy

Go to download

Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.

There is a newer version: 1.3.0
Show newest version
- name: "run aem smoke tests for: {{ host_pattern }}"
  hosts: "&tag_Project_${configurationManagementName}:&tag_Env_{{ conga_environment }}:&tag_conga_roles_aem-cms:{{ host_pattern }}"
  environment: "{{ proxy_env | default({}) }}"
  gather_facts: no
  vars:
    conga_role_mapping: aem-cms
  pre_tasks:
    - name: Set conga host facts
      include_role:
        name: wcm_io_devops.conga_host_facts

  roles:
    - wcm_io_devops.conga_aem_smoke_test




© 2015 - 2025 Weber Informatics LLC | Privacy Policy