Skip to content

Commit

Permalink
install forklift using ansible-galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 20, 2024
1 parent d9c6a35 commit 5fae4ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
exclude_paths:
- .github/
- forklift/
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: theforeman/forklift
path: forklift
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
Expand All @@ -37,10 +33,6 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: theforeman/forklift
path: forklift
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ host_key_checking = False
inventory = vagrant.py
stdout_callback=debug
stderr_callback=debug
roles_path = ~/.ansible/roles:./roles:./forklift/roles
roles_path = ~/.ansible/roles:./roles
2 changes: 1 addition & 1 deletion playbooks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
hosts: all
become: true
roles:
- etc_hosts
- forklift/roles/etc_hosts

- name: Setup quadlet demo machine
hosts:
Expand Down
3 changes: 3 additions & 0 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ collections:

roles:
- name: geerlingguy.postgresql
- name: forklift
src: https://github.com/evgeni/forklift
version: meta

0 comments on commit 5fae4ef

Please sign in to comment.