Skip to content

Commit

Permalink
setup "dns" using forklift's etc_hosts role
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 20, 2024
1 parent 8fb9574 commit 177348f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/setup.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Setup basic stuff
hosts: all
become: true
roles:
- theforeman.forklift.etc_hosts

- name: Setup quadlet demo machine
hosts:
- quadlet
Expand Down
2 changes: 2 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 177348f

Please sign in to comment.