@@ -11,5 +11,6 @@
- ansible-collection-ansible-posix
- ansible-collection-community-crypto
- ansible-collection-community-general
+ - ansible-collection-containers-podman
state: present
...
@@ -1,5 +1,5 @@
---
-# Tasks required as per 10-quay-prereq.adoc.
+# Tasks required by 00-initial-config.adoc.
- name: Create a CA on workstation.
hosts: workstation.lab.example.com
become: no
@@ -8,6 +8,10 @@ all:
ansible_host: 172.25.250.254
ansible_user: devops
+ vars:
+ registry_host: registry.redhat.io
+ quay_version: 3.15
+
children:
openshift: