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