From 0a8f26155762d68715ecb3a7b905d1a207af50b1 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 13 Nov 2024 09:42:15 +0100 Subject: [PATCH] setup "dns" using forklift's etc_hosts role --- playbooks/setup.yaml | 6 ++++++ requirements.yml | 2 ++ 2 files changed, 8 insertions(+) diff --git a/playbooks/setup.yaml b/playbooks/setup.yaml index 7034a48..926cf5d 100644 --- a/playbooks/setup.yaml +++ b/playbooks/setup.yaml @@ -1,4 +1,10 @@ --- +- name: Setup basic stuff + hosts: all + become: true + roles: + - theforeman.forklift.etc_hosts + - name: Setup quadlet demo machine hosts: - quadlet diff --git a/requirements.yml b/requirements.yml index c92fd87..809ce19 100644 --- a/requirements.yml +++ b/requirements.yml @@ -6,6 +6,8 @@ collections: - name: containers.podman version: ">=1.14.0" - name: theforeman.foreman + - name: https://github.com/theforeman/forklift + type: git roles: - name: geerlingguy.postgresql