diff --git a/examples/controller/src/ansible/requirements.yml b/examples/controller/src/ansible/requirements.yml index c5a526f..a6aa86e 100644 --- a/examples/controller/src/ansible/requirements.yml +++ b/examples/controller/src/ansible/requirements.yml @@ -11,4 +11,4 @@ collections: - name: community.general version: 2.4.0 - name: wttech.aem - version: 1.1.7 + version: 1.2.1 diff --git a/examples/local/group_vars/all.yml b/examples/local/group_vars/all.yml index 640b6e8..ea63cf2 100644 --- a/examples/local/group_vars/all.yml +++ b/examples/local/group_vars/all.yml @@ -87,9 +87,9 @@ aem_config_dict: # Time to wait before first state checking (to avoid false-positives) warmup: 1s # Time to wait for next state checking - interval: 5s + interval: 6s # Number of successful check attempts that indicates end of checking - done_threshold: 3 + done_threshold: 5 # Wait only for those instances whose state has been changed internally (unaware of external changes) await_strict: true # Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package diff --git a/galaxy.yml b/galaxy.yml index b575e9a..c418210 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: wttech name: aem # The version of the collection. Must be compatible with semantic versioning -version: "1.1.8" +version: "1.2.1" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/base/defaults/main.yml b/roles/base/defaults/main.yml index b60ff97..84659e0 100644 --- a/roles/base/defaults/main.yml +++ b/roles/base/defaults/main.yml @@ -3,7 +3,7 @@ aem_root_dir: "/opt/aem" aem_home_dir: "{{ aem_root_dir }}/home" aem_tool_dir: "{{ aem_home_dir }}/opt" -aem_cli_version: "1.1.7" +aem_cli_version: "1.2.1" aem_cli_executable: "{{ aem_tool_dir }}/aemc-cli/lib/{{ aem_cli_version }}/aem" aem_cli_filename: "aemc-cli_{{ aem_os }}_{{ aem_arch }}.{{ aem_ext }}" diff --git a/roles/instance/meta/main.yml b/roles/instance/meta/main.yml index 70d2b2e..5c5b8d5 100644 --- a/roles/instance/meta/main.yml +++ b/roles/instance/meta/main.yml @@ -5,7 +5,7 @@ galaxy_info: role_name: instance author: wttech description: Sets up AEM instance(s) using AEM Compose tool - company: Wunderman Thompson Technologu + company: Wunderman Thompson Technology issue_tracker_url: http://github.com/aemc-ansible/issues license: Apache-2.0 min_ansible_version: 2.14.1 diff --git a/roles/instance/templates/aem.yml b/roles/instance/templates/aem.yml index 0b9da99..5089fcc 100644 --- a/roles/instance/templates/aem.yml +++ b/roles/instance/templates/aem.yml @@ -61,9 +61,9 @@ instance: # Time to wait before first state checking (to avoid false-positives) warmup: 1s # Time to wait for next state checking - interval: 5s + interval: 6s # Number of successful check attempts that indicates end of checking - done_threshold: 3 + done_threshold: 5 # Wait only for those instances whose state has been changed internally (unaware of external changes) await_strict: true # Max time to wait for the instance to be healthy after executing the start script or e.g deploying a package