archetype-resources.ansible.playbook-install-roles.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of io.wcm.maven.archetypes.aem-confmgmt
Show all versions of io.wcm.maven.archetypes.aem-confmgmt
Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.
- name: "install required roles"
hosts: localhost
gather_facts: no
tasks:
- name: Install requirements with Ansible Galaxy.
command: ansible-galaxy install -r requirements.yml --force
© 2015 - 2025 Weber Informatics LLC | Privacy Policy