summaryrefslogtreecommitdiffstats
path: root/ansible_collections/purestorage/flasharray/meta
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/purestorage/flasharray/meta')
-rw-r--r--ansible_collections/purestorage/flasharray/meta/execution-environment.yml8
-rw-r--r--ansible_collections/purestorage/flasharray/meta/runtime.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/ansible_collections/purestorage/flasharray/meta/execution-environment.yml b/ansible_collections/purestorage/flasharray/meta/execution-environment.yml
new file mode 100644
index 00000000..1a7cc31c
--- /dev/null
+++ b/ansible_collections/purestorage/flasharray/meta/execution-environment.yml
@@ -0,0 +1,8 @@
+---
+version: 1
+ansible_config: ansible.cfg
+build_arg_defaults:
+ EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-20-early-access/ee-minimal-rhel8:2.0.0-10'
+ EE_BUILDER_IMAGE: 'registry.redhat.io/ansible-automation-platform-20-early-access/ansible-builder-rhel8:2.0.0-10'
+dependencies:
+ galaxy: requirements.yml
diff --git a/ansible_collections/purestorage/flasharray/meta/runtime.yml b/ansible_collections/purestorage/flasharray/meta/runtime.yml
new file mode 100644
index 00000000..f664dcbd
--- /dev/null
+++ b/ansible_collections/purestorage/flasharray/meta/runtime.yml
@@ -0,0 +1,8 @@
+---
+requires_ansible: ">=2.9.10"
+plugin_routing:
+ modules:
+ purefa_sso:
+ deprecation:
+ removal_version: "2.0.0"
+ warning_text: purefa_sso will be removed in a future release of this collection, Use purestorage.flasharray.purefa_admin instead.