From 91a3013513fd71f9f4b8ca28a82652a678f89afd Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Tue, 1 Oct 2024 15:05:36 +0200 Subject: [PATCH] Add ansible-freeipa-tests inventory using podman This inventory file is usable for the containers started with infra/image/start.sh. --- infra/image/inventory | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 infra/image/inventory diff --git a/infra/image/inventory b/infra/image/inventory new file mode 100644 index 0000000..043fab0 --- /dev/null +++ b/infra/image/inventory @@ -0,0 +1,6 @@ +[ipaserver] +ansible-freeipa-tests ansible_connection=podman + +[ipaserver:vars] +ipaadmin_password=SomeADMINpassword +ipadm_password=SomeDMpassword -- GitLab