From a5cd4d430bf97924675c0c10a5b355c41a002808 Mon Sep 17 00:00:00 2001 From: rrbadiani Date: Mon, 30 Dec 2024 20:10:56 +0530 Subject: [PATCH] [ANSIENG-4269] | adding profile_tasks to note time of each task in molecule run --- molecule/archive-community-plaintext-rhel/molecule.yml | 3 +++ molecule/archive-plain-debian10/molecule.yml | 3 +++ molecule/archive-plain-debian12/molecule.yml | 3 +++ molecule/archive-plain-rhel-fips/molecule.yml | 3 +++ molecule/archive-plain-ubuntu/molecule.yml | 3 +++ molecule/archive-scram-rhel/molecule.yml | 3 +++ molecule/archive-zookeeper-tls-rhel-fips/molecule.yml | 4 ++-- molecule/broker-scale-up/molecule.yml | 3 +++ molecule/ccloud/molecule.yml | 3 +++ .../confluent-kafka-kerberos-customcerts-rhel/molecule.yml | 3 +++ molecule/connect-scale-up/molecule.yml | 3 +++ molecule/cp-kafka-plain-rhel/molecule.yml | 3 +++ molecule/custom-user-plaintext-rhel/molecule.yml | 3 +++ .../molecule.yml | 3 +++ molecule/kerberos-customcerts-rhel/molecule.yml | 3 +++ molecule/kerberos-rhel/molecule.yml | 3 +++ molecule/ksql-scale-up/molecule.yml | 3 +++ molecule/mini-setup-ext-mds-mtls/molecule.yml | 3 +++ molecule/mini-setup-ldap-mtls/molecule.yml | 5 ++++- molecule/mini-setup-mtls/molecule.yml | 3 +++ molecule/mini-setup-oauth-mtls/molecule.yml | 3 +++ molecule/mini-setup-out-ldap-in-mtls/molecule.yml | 5 ++++- molecule/mini-setup-out-oauth-in-mtls/molecule.yml | 3 +++ molecule/mtls-custombundle-rhel-fips/molecule.yml | 3 +++ molecule/mtls-customcerts-rhel/molecule.yml | 3 +++ molecule/mtls-debian12/molecule.yml | 3 +++ molecule/mtls-java11-rhel-fips/molecule.yml | 3 +++ molecule/mtls-java8-ubuntu/molecule.yml | 3 +++ molecule/mtls-ubuntu/molecule.yml | 3 +++ molecule/multi-ksql-connect-rhel/molecule.yml | 3 +++ molecule/oauth-archive-plain-ubuntu2004/molecule.yml | 3 +++ .../oauth-kafka-connect-replicator-mtls-rhel/molecule.yml | 3 +++ molecule/oauth-mtls-java11-debian/molecule.yml | 3 +++ molecule/oauth-mtls-ubuntu-acl/molecule.yml | 3 +++ molecule/oauth-plain-rhel/molecule.yml | 3 +++ .../molecule.yml | 3 +++ molecule/oauth-rbac-mds-kerberos-debian/molecule.yml | 3 +++ molecule/oauth-rbac-mds-scram-custom-rhel/molecule.yml | 3 +++ molecule/oauth-rbac-mtls-provided-ubuntu/molecule.yml | 3 +++ molecule/oauth-rbac-plain-provided-debian12/molecule.yml | 3 +++ molecule/oauth-rbac-plain-rhel8/molecule.yml | 3 +++ molecule/plain-customcerts-rhel-fips/molecule.yml | 3 +++ molecule/plain-erp-tls-rhel/molecule.yml | 3 +++ molecule/plaintext-basic-rhel/molecule.yml | 3 +++ molecule/plaintext-rhel-customrepo/molecule.yml | 3 +++ molecule/provided-rhel/molecule.yml | 3 +++ .../molecule.yml | 3 +++ .../molecule.yml | 3 +++ molecule/rbac-kerberos-debian12/molecule.yml | 3 +++ molecule/rbac-mds-kerberos-debian/molecule.yml | 3 +++ molecule/rbac-mds-kerberos-mtls-custom-rhel/molecule.yml | 3 +++ molecule/rbac-mds-mtls-custom-kerberos-rhel/molecule.yml | 3 +++ molecule/rbac-mds-mtls-custom-rhel-fips/molecule.yml | 3 +++ .../molecule.yml | 3 +++ molecule/rbac-mds-plain-custom-rhel-fips/molecule.yml | 3 +++ molecule/rbac-mtls-rhel-fips/molecule.yml | 3 +++ molecule/rbac-mtls-rhel8/molecule.yml | 3 +++ molecule/rbac-replicator-mtls-custom-ubuntu/molecule.yml | 3 +++ molecule/rbac-scram-custom-rhel-fips/molecule.yml | 3 +++ molecule/scram-rhel/molecule.yml | 3 +++ molecule/zookeeper-digest-mtls-secrets-rhel/molecule.yml | 3 +++ molecule/zookeeper-digest-rhel/molecule.yml | 3 +++ molecule/zookeeper-kerberos-rhel/molecule.yml | 3 +++ molecule/zookeeper-mtls-rhel/molecule.yml | 4 ++-- 64 files changed, 192 insertions(+), 6 deletions(-) diff --git a/molecule/archive-community-plaintext-rhel/molecule.yml b/molecule/archive-community-plaintext-rhel/molecule.yml index 2ea4c00c9..9ae831936 100644 --- a/molecule/archive-community-plaintext-rhel/molecule.yml +++ b/molecule/archive-community-plaintext-rhel/molecule.yml @@ -101,6 +101,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-plain-debian10/molecule.yml b/molecule/archive-plain-debian10/molecule.yml index 5954e56c4..d4ca9cbde 100644 --- a/molecule/archive-plain-debian10/molecule.yml +++ b/molecule/archive-plain-debian10/molecule.yml @@ -113,6 +113,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-plain-debian12/molecule.yml b/molecule/archive-plain-debian12/molecule.yml index 65529b0e0..954344dad 100644 --- a/molecule/archive-plain-debian12/molecule.yml +++ b/molecule/archive-plain-debian12/molecule.yml @@ -115,6 +115,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-plain-rhel-fips/molecule.yml b/molecule/archive-plain-rhel-fips/molecule.yml index 2aefdd449..7081c081f 100644 --- a/molecule/archive-plain-rhel-fips/molecule.yml +++ b/molecule/archive-plain-rhel-fips/molecule.yml @@ -118,6 +118,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-plain-ubuntu/molecule.yml b/molecule/archive-plain-ubuntu/molecule.yml index 2b49c5fbe..eebc94d64 100644 --- a/molecule/archive-plain-ubuntu/molecule.yml +++ b/molecule/archive-plain-ubuntu/molecule.yml @@ -115,6 +115,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-scram-rhel/molecule.yml b/molecule/archive-scram-rhel/molecule.yml index cddbd21b3..6a159d952 100644 --- a/molecule/archive-scram-rhel/molecule.yml +++ b/molecule/archive-scram-rhel/molecule.yml @@ -113,6 +113,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/archive-zookeeper-tls-rhel-fips/molecule.yml b/molecule/archive-zookeeper-tls-rhel-fips/molecule.yml index 2b7d798e3..387789bca 100644 --- a/molecule/archive-zookeeper-tls-rhel-fips/molecule.yml +++ b/molecule/archive-zookeeper-tls-rhel-fips/molecule.yml @@ -142,10 +142,10 @@ platforms: networks: - name: confluent provisioner: - name: ansible config_options: defaults: - hash_behaviour: merge + callbacks_enabled: profile_tasks + name: ansible inventory: group_vars: all: diff --git a/molecule/broker-scale-up/molecule.yml b/molecule/broker-scale-up/molecule.yml index 33e392bec..1c49f5ca8 100644 --- a/molecule/broker-scale-up/molecule.yml +++ b/molecule/broker-scale-up/molecule.yml @@ -121,6 +121,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks ansible_args: - --skip-tags=validate_memory_usage playbooks: diff --git a/molecule/ccloud/molecule.yml b/molecule/ccloud/molecule.yml index 7d09bddd6..838a0fc94 100644 --- a/molecule/ccloud/molecule.yml +++ b/molecule/ccloud/molecule.yml @@ -130,6 +130,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/confluent-kafka-kerberos-customcerts-rhel/molecule.yml b/molecule/confluent-kafka-kerberos-customcerts-rhel/molecule.yml index 3307d61f9..8450729fd 100644 --- a/molecule/confluent-kafka-kerberos-customcerts-rhel/molecule.yml +++ b/molecule/confluent-kafka-kerberos-customcerts-rhel/molecule.yml @@ -202,6 +202,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/connect-scale-up/molecule.yml b/molecule/connect-scale-up/molecule.yml index ce67d6133..a1ceb02e5 100644 --- a/molecule/connect-scale-up/molecule.yml +++ b/molecule/connect-scale-up/molecule.yml @@ -150,6 +150,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks ansible_args: - --skip-tags=validate_memory_usage playbooks: diff --git a/molecule/cp-kafka-plain-rhel/molecule.yml b/molecule/cp-kafka-plain-rhel/molecule.yml index e9fed2032..e5ff8ddb2 100644 --- a/molecule/cp-kafka-plain-rhel/molecule.yml +++ b/molecule/cp-kafka-plain-rhel/molecule.yml @@ -123,6 +123,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/custom-user-plaintext-rhel/molecule.yml b/molecule/custom-user-plaintext-rhel/molecule.yml index dede9db1b..ecc9cb5a4 100644 --- a/molecule/custom-user-plaintext-rhel/molecule.yml +++ b/molecule/custom-user-plaintext-rhel/molecule.yml @@ -94,6 +94,9 @@ platforms: networks: - name: confluent${JOB_BASE_NAME}${BUILD_NUMBER} provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/kafka-connect-replicator-plain-kerberos-rhel-fips/molecule.yml b/molecule/kafka-connect-replicator-plain-kerberos-rhel-fips/molecule.yml index 3da31b2bb..0559dc0d1 100644 --- a/molecule/kafka-connect-replicator-plain-kerberos-rhel-fips/molecule.yml +++ b/molecule/kafka-connect-replicator-plain-kerberos-rhel-fips/molecule.yml @@ -142,6 +142,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/kerberos-customcerts-rhel/molecule.yml b/molecule/kerberos-customcerts-rhel/molecule.yml index 08ab1281f..ecd321514 100644 --- a/molecule/kerberos-customcerts-rhel/molecule.yml +++ b/molecule/kerberos-customcerts-rhel/molecule.yml @@ -151,6 +151,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/kerberos-rhel/molecule.yml b/molecule/kerberos-rhel/molecule.yml index 13af1461b..fe6d4e21a 100644 --- a/molecule/kerberos-rhel/molecule.yml +++ b/molecule/kerberos-rhel/molecule.yml @@ -171,6 +171,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/ksql-scale-up/molecule.yml b/molecule/ksql-scale-up/molecule.yml index 2b103f5a2..bdf73eab0 100644 --- a/molecule/ksql-scale-up/molecule.yml +++ b/molecule/ksql-scale-up/molecule.yml @@ -127,6 +127,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks ansible_args: - --skip-tags=validate_memory_usage playbooks: diff --git a/molecule/mini-setup-ext-mds-mtls/molecule.yml b/molecule/mini-setup-ext-mds-mtls/molecule.yml index 205ec7465..c2c9a7f5d 100644 --- a/molecule/mini-setup-ext-mds-mtls/molecule.yml +++ b/molecule/mini-setup-ext-mds-mtls/molecule.yml @@ -165,6 +165,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/mini-setup-ldap-mtls/molecule.yml b/molecule/mini-setup-ldap-mtls/molecule.yml index 67e8b6b9f..6acfef688 100644 --- a/molecule/mini-setup-ldap-mtls/molecule.yml +++ b/molecule/mini-setup-ldap-mtls/molecule.yml @@ -202,6 +202,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: @@ -307,4 +310,4 @@ provisioner: - username: "{{mds_super_user}}" password: "{{mds_super_user_password}}" uid: 9993 - guid: 93 \ No newline at end of file + guid: 93 diff --git a/molecule/mini-setup-mtls/molecule.yml b/molecule/mini-setup-mtls/molecule.yml index 4d7707e7a..721c2a1ae 100644 --- a/molecule/mini-setup-mtls/molecule.yml +++ b/molecule/mini-setup-mtls/molecule.yml @@ -189,6 +189,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mini-setup-oauth-mtls/molecule.yml b/molecule/mini-setup-oauth-mtls/molecule.yml index d526ab4dc..8826d49d3 100644 --- a/molecule/mini-setup-oauth-mtls/molecule.yml +++ b/molecule/mini-setup-oauth-mtls/molecule.yml @@ -137,6 +137,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mini-setup-out-ldap-in-mtls/molecule.yml b/molecule/mini-setup-out-ldap-in-mtls/molecule.yml index fb6c0f986..b65aeb9aa 100644 --- a/molecule/mini-setup-out-ldap-in-mtls/molecule.yml +++ b/molecule/mini-setup-out-ldap-in-mtls/molecule.yml @@ -179,6 +179,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: @@ -300,4 +303,4 @@ provisioner: - username: "{{mds_super_user}}" password: "{{mds_super_user_password}}" uid: 9993 - guid: 93 \ No newline at end of file + guid: 93 diff --git a/molecule/mini-setup-out-oauth-in-mtls/molecule.yml b/molecule/mini-setup-out-oauth-in-mtls/molecule.yml index 226b3ba43..744083f5c 100644 --- a/molecule/mini-setup-out-oauth-in-mtls/molecule.yml +++ b/molecule/mini-setup-out-oauth-in-mtls/molecule.yml @@ -214,6 +214,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-custombundle-rhel-fips/molecule.yml b/molecule/mtls-custombundle-rhel-fips/molecule.yml index 27b7b26dc..e61c12e99 100644 --- a/molecule/mtls-custombundle-rhel-fips/molecule.yml +++ b/molecule/mtls-custombundle-rhel-fips/molecule.yml @@ -144,6 +144,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-customcerts-rhel/molecule.yml b/molecule/mtls-customcerts-rhel/molecule.yml index 2476343e2..662d0cfab 100644 --- a/molecule/mtls-customcerts-rhel/molecule.yml +++ b/molecule/mtls-customcerts-rhel/molecule.yml @@ -138,6 +138,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-debian12/molecule.yml b/molecule/mtls-debian12/molecule.yml index 3e7ec3133..71df610c4 100644 --- a/molecule/mtls-debian12/molecule.yml +++ b/molecule/mtls-debian12/molecule.yml @@ -157,6 +157,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-java11-rhel-fips/molecule.yml b/molecule/mtls-java11-rhel-fips/molecule.yml index d5cc39cf2..cd5dad199 100644 --- a/molecule/mtls-java11-rhel-fips/molecule.yml +++ b/molecule/mtls-java11-rhel-fips/molecule.yml @@ -114,6 +114,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-java8-ubuntu/molecule.yml b/molecule/mtls-java8-ubuntu/molecule.yml index 1b6b374cd..3fcdbdbac 100644 --- a/molecule/mtls-java8-ubuntu/molecule.yml +++ b/molecule/mtls-java8-ubuntu/molecule.yml @@ -163,6 +163,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/mtls-ubuntu/molecule.yml b/molecule/mtls-ubuntu/molecule.yml index 0b8f6839b..6f3d95d69 100644 --- a/molecule/mtls-ubuntu/molecule.yml +++ b/molecule/mtls-ubuntu/molecule.yml @@ -138,6 +138,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/multi-ksql-connect-rhel/molecule.yml b/molecule/multi-ksql-connect-rhel/molecule.yml index 65e18d43b..22b7060ec 100644 --- a/molecule/multi-ksql-connect-rhel/molecule.yml +++ b/molecule/multi-ksql-connect-rhel/molecule.yml @@ -148,6 +148,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks inventory: host_vars: # ksql1 will not have an advertised listener, validating the defaulting logic diff --git a/molecule/oauth-archive-plain-ubuntu2004/molecule.yml b/molecule/oauth-archive-plain-ubuntu2004/molecule.yml index d26269367..547014e56 100644 --- a/molecule/oauth-archive-plain-ubuntu2004/molecule.yml +++ b/molecule/oauth-archive-plain-ubuntu2004/molecule.yml @@ -137,6 +137,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/oauth-kafka-connect-replicator-mtls-rhel/molecule.yml b/molecule/oauth-kafka-connect-replicator-mtls-rhel/molecule.yml index 060da191c..c62957e0f 100644 --- a/molecule/oauth-kafka-connect-replicator-mtls-rhel/molecule.yml +++ b/molecule/oauth-kafka-connect-replicator-mtls-rhel/molecule.yml @@ -164,6 +164,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/oauth-mtls-java11-debian/molecule.yml b/molecule/oauth-mtls-java11-debian/molecule.yml index a94461239..29ae62f53 100644 --- a/molecule/oauth-mtls-java11-debian/molecule.yml +++ b/molecule/oauth-mtls-java11-debian/molecule.yml @@ -162,6 +162,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/oauth-mtls-ubuntu-acl/molecule.yml b/molecule/oauth-mtls-ubuntu-acl/molecule.yml index 64f6d287e..796879d67 100644 --- a/molecule/oauth-mtls-ubuntu-acl/molecule.yml +++ b/molecule/oauth-mtls-ubuntu-acl/molecule.yml @@ -104,6 +104,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks inventory: group_vars: all: diff --git a/molecule/oauth-plain-rhel/molecule.yml b/molecule/oauth-plain-rhel/molecule.yml index a7c3ee89f..648a348b0 100644 --- a/molecule/oauth-plain-rhel/molecule.yml +++ b/molecule/oauth-plain-rhel/molecule.yml @@ -191,6 +191,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/oauth-rbac-kafka-connect-replicator-kerberos-mtls-custom-rhel/molecule.yml b/molecule/oauth-rbac-kafka-connect-replicator-kerberos-mtls-custom-rhel/molecule.yml index ca2ee0903..95bc81b62 100644 --- a/molecule/oauth-rbac-kafka-connect-replicator-kerberos-mtls-custom-rhel/molecule.yml +++ b/molecule/oauth-rbac-kafka-connect-replicator-kerberos-mtls-custom-rhel/molecule.yml @@ -183,6 +183,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/oauth-rbac-mds-kerberos-debian/molecule.yml b/molecule/oauth-rbac-mds-kerberos-debian/molecule.yml index 24c9e0988..84804f8c9 100644 --- a/molecule/oauth-rbac-mds-kerberos-debian/molecule.yml +++ b/molecule/oauth-rbac-mds-kerberos-debian/molecule.yml @@ -245,6 +245,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/oauth-rbac-mds-scram-custom-rhel/molecule.yml b/molecule/oauth-rbac-mds-scram-custom-rhel/molecule.yml index 1137c8e8c..cb88b6a2f 100644 --- a/molecule/oauth-rbac-mds-scram-custom-rhel/molecule.yml +++ b/molecule/oauth-rbac-mds-scram-custom-rhel/molecule.yml @@ -244,6 +244,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/oauth-rbac-mtls-provided-ubuntu/molecule.yml b/molecule/oauth-rbac-mtls-provided-ubuntu/molecule.yml index 34001a664..c0a8e04a2 100644 --- a/molecule/oauth-rbac-mtls-provided-ubuntu/molecule.yml +++ b/molecule/oauth-rbac-mtls-provided-ubuntu/molecule.yml @@ -201,6 +201,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/oauth-rbac-plain-provided-debian12/molecule.yml b/molecule/oauth-rbac-plain-provided-debian12/molecule.yml index 9514894ae..0ca963383 100644 --- a/molecule/oauth-rbac-plain-provided-debian12/molecule.yml +++ b/molecule/oauth-rbac-plain-provided-debian12/molecule.yml @@ -205,6 +205,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/oauth-rbac-plain-rhel8/molecule.yml b/molecule/oauth-rbac-plain-rhel8/molecule.yml index 870369d8a..7ff0eec2d 100644 --- a/molecule/oauth-rbac-plain-rhel8/molecule.yml +++ b/molecule/oauth-rbac-plain-rhel8/molecule.yml @@ -214,6 +214,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/plain-customcerts-rhel-fips/molecule.yml b/molecule/plain-customcerts-rhel-fips/molecule.yml index fb809e2e9..74df899d8 100644 --- a/molecule/plain-customcerts-rhel-fips/molecule.yml +++ b/molecule/plain-customcerts-rhel-fips/molecule.yml @@ -141,6 +141,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/plain-erp-tls-rhel/molecule.yml b/molecule/plain-erp-tls-rhel/molecule.yml index 4fdf455a9..6ea1d1643 100644 --- a/molecule/plain-erp-tls-rhel/molecule.yml +++ b/molecule/plain-erp-tls-rhel/molecule.yml @@ -61,6 +61,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/plaintext-basic-rhel/molecule.yml b/molecule/plaintext-basic-rhel/molecule.yml index 35835cd93..65294d012 100644 --- a/molecule/plaintext-basic-rhel/molecule.yml +++ b/molecule/plaintext-basic-rhel/molecule.yml @@ -115,6 +115,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/plaintext-rhel-customrepo/molecule.yml b/molecule/plaintext-rhel-customrepo/molecule.yml index 970374557..94a757e67 100644 --- a/molecule/plaintext-rhel-customrepo/molecule.yml +++ b/molecule/plaintext-rhel-customrepo/molecule.yml @@ -180,6 +180,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/provided-rhel/molecule.yml b/molecule/provided-rhel/molecule.yml index af218744d..d3e938c4d 100644 --- a/molecule/provided-rhel/molecule.yml +++ b/molecule/provided-rhel/molecule.yml @@ -176,6 +176,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-debian10/molecule.yml b/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-debian10/molecule.yml index afb663e84..f6a5d982d 100644 --- a/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-debian10/molecule.yml +++ b/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-debian10/molecule.yml @@ -153,6 +153,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-ubuntu/molecule.yml b/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-ubuntu/molecule.yml index e0f56306b..09253ece4 100644 --- a/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-ubuntu/molecule.yml +++ b/molecule/rbac-kafka-connect-replicator-kerberos-mtls-custom-ubuntu/molecule.yml @@ -153,6 +153,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/rbac-kerberos-debian12/molecule.yml b/molecule/rbac-kerberos-debian12/molecule.yml index 9da58d903..9d28d9c3b 100644 --- a/molecule/rbac-kerberos-debian12/molecule.yml +++ b/molecule/rbac-kerberos-debian12/molecule.yml @@ -168,6 +168,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/rbac-mds-kerberos-debian/molecule.yml b/molecule/rbac-mds-kerberos-debian/molecule.yml index bc1734912..f413f4f5f 100644 --- a/molecule/rbac-mds-kerberos-debian/molecule.yml +++ b/molecule/rbac-mds-kerberos-debian/molecule.yml @@ -235,6 +235,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/rbac-mds-kerberos-mtls-custom-rhel/molecule.yml b/molecule/rbac-mds-kerberos-mtls-custom-rhel/molecule.yml index 600c58121..9cd8438cc 100644 --- a/molecule/rbac-mds-kerberos-mtls-custom-rhel/molecule.yml +++ b/molecule/rbac-mds-kerberos-mtls-custom-rhel/molecule.yml @@ -236,6 +236,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/rbac-mds-mtls-custom-kerberos-rhel/molecule.yml b/molecule/rbac-mds-mtls-custom-kerberos-rhel/molecule.yml index 9358c3937..24c37bd8c 100644 --- a/molecule/rbac-mds-mtls-custom-kerberos-rhel/molecule.yml +++ b/molecule/rbac-mds-mtls-custom-kerberos-rhel/molecule.yml @@ -235,6 +235,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/rbac-mds-mtls-custom-rhel-fips/molecule.yml b/molecule/rbac-mds-mtls-custom-rhel-fips/molecule.yml index 5f31c4123..95ae9cdeb 100644 --- a/molecule/rbac-mds-mtls-custom-rhel-fips/molecule.yml +++ b/molecule/rbac-mds-mtls-custom-rhel-fips/molecule.yml @@ -223,6 +223,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/rbac-mds-mtls-existing-keystore-truststore-ubuntu/molecule.yml b/molecule/rbac-mds-mtls-existing-keystore-truststore-ubuntu/molecule.yml index 57fa0e3e6..cd11740b3 100644 --- a/molecule/rbac-mds-mtls-existing-keystore-truststore-ubuntu/molecule.yml +++ b/molecule/rbac-mds-mtls-existing-keystore-truststore-ubuntu/molecule.yml @@ -157,6 +157,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/rbac-mds-plain-custom-rhel-fips/molecule.yml b/molecule/rbac-mds-plain-custom-rhel-fips/molecule.yml index 8a42779bd..28b93143e 100644 --- a/molecule/rbac-mds-plain-custom-rhel-fips/molecule.yml +++ b/molecule/rbac-mds-plain-custom-rhel-fips/molecule.yml @@ -224,6 +224,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE_RBAC:-../multi_rbac_converge.yml} inventory: diff --git a/molecule/rbac-mtls-rhel-fips/molecule.yml b/molecule/rbac-mtls-rhel-fips/molecule.yml index 7f884320a..842f901c5 100644 --- a/molecule/rbac-mtls-rhel-fips/molecule.yml +++ b/molecule/rbac-mtls-rhel-fips/molecule.yml @@ -143,6 +143,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/rbac-mtls-rhel8/molecule.yml b/molecule/rbac-mtls-rhel8/molecule.yml index 20344e6ec..e7901ab25 100644 --- a/molecule/rbac-mtls-rhel8/molecule.yml +++ b/molecule/rbac-mtls-rhel8/molecule.yml @@ -203,6 +203,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/rbac-replicator-mtls-custom-ubuntu/molecule.yml b/molecule/rbac-replicator-mtls-custom-ubuntu/molecule.yml index 16bacb4f3..d477fdbbf 100644 --- a/molecule/rbac-replicator-mtls-custom-ubuntu/molecule.yml +++ b/molecule/rbac-replicator-mtls-custom-ubuntu/molecule.yml @@ -113,6 +113,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: converge.yml inventory: diff --git a/molecule/rbac-scram-custom-rhel-fips/molecule.yml b/molecule/rbac-scram-custom-rhel-fips/molecule.yml index eed0e5b12..d070e6669 100644 --- a/molecule/rbac-scram-custom-rhel-fips/molecule.yml +++ b/molecule/rbac-scram-custom-rhel-fips/molecule.yml @@ -224,6 +224,9 @@ platforms: networks: - name: confluent${BUILD_NUMBER} provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/scram-rhel/molecule.yml b/molecule/scram-rhel/molecule.yml index 8f900612f..ce0f0005d 100644 --- a/molecule/scram-rhel/molecule.yml +++ b/molecule/scram-rhel/molecule.yml @@ -173,6 +173,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/zookeeper-digest-mtls-secrets-rhel/molecule.yml b/molecule/zookeeper-digest-mtls-secrets-rhel/molecule.yml index 41516a880..b3de7a9e4 100644 --- a/molecule/zookeeper-digest-mtls-secrets-rhel/molecule.yml +++ b/molecule/zookeeper-digest-mtls-secrets-rhel/molecule.yml @@ -142,6 +142,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks inventory: group_vars: all: diff --git a/molecule/zookeeper-digest-rhel/molecule.yml b/molecule/zookeeper-digest-rhel/molecule.yml index d9f0a3c8a..9236a54ab 100644 --- a/molecule/zookeeper-digest-rhel/molecule.yml +++ b/molecule/zookeeper-digest-rhel/molecule.yml @@ -113,6 +113,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: converge: ${MIGRATION_CONVERGE:-../collections_converge.yml} inventory: diff --git a/molecule/zookeeper-kerberos-rhel/molecule.yml b/molecule/zookeeper-kerberos-rhel/molecule.yml index d71242f67..8824bd687 100644 --- a/molecule/zookeeper-kerberos-rhel/molecule.yml +++ b/molecule/zookeeper-kerberos-rhel/molecule.yml @@ -103,6 +103,9 @@ platforms: networks: - name: confluent provisioner: + config_options: + defaults: + callbacks_enabled: profile_tasks playbooks: prepare: ../kerberos.yml inventory: diff --git a/molecule/zookeeper-mtls-rhel/molecule.yml b/molecule/zookeeper-mtls-rhel/molecule.yml index fe4d62127..8616e6d98 100644 --- a/molecule/zookeeper-mtls-rhel/molecule.yml +++ b/molecule/zookeeper-mtls-rhel/molecule.yml @@ -141,10 +141,10 @@ platforms: networks: - name: confluent provisioner: - name: ansible config_options: defaults: - hash_behaviour: merge + callbacks_enabled: profile_tasks + name: ansible inventory: group_vars: all: