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 2527c57 commit 6fbfd17
Show file tree
Hide file tree
Showing 2 changed files with 9 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
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ collections:
- name: containers.podman
version: ">=1.14.0"
- name: theforeman.foreman
- name: https://github.com/evgeni/forklift
type: git
version: collection

roles:
- name: geerlingguy.postgresql

0 comments on commit 6fbfd17

Please sign in to comment.