Parcourir la source

minor adjustments

Grega Bremec il y a 1 semaine
Parent
commit
3b39ef4958
3 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 1 0
      00-general-pre-flight.yml
  2. 1 1
      30-quay-pre-tasks.yml
  3. 4 0
      inventory.yml

+ 1 - 0
00-general-pre-flight.yml

@@ -11,5 +11,6 @@
           - ansible-collection-ansible-posix
           - ansible-collection-community-crypto
           - ansible-collection-community-general
+          - ansible-collection-containers-podman
         state: present
 ...

+ 1 - 1
30-quay-pre-tasks.yml

@@ -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

+ 4 - 0
inventory.yml

@@ -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:
       children: