Skip to content

Commit

Permalink
Install ansible collection community.libvirt from source
Browse files Browse the repository at this point in the history
  • Loading branch information
rbo committed Apr 14, 2023
1 parent 8bd893e commit 2133a19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ ansible-navigator run -m stdout ./ansible/setup.yml
VERSION=$(date +%Y%m%d%H%M)

ansible-builder build \
--verbosity 3 \
--container-runtime podman \
--tag quay.io/redhat-emea-ssa-team/hetzner-ocp4-ansible-ee:$VERSION

Expand Down
2 changes: 1 addition & 1 deletion ansible-navigator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ansible-navigator:
execution-environment:
container-options:
- --net=host
image: quay.io/redhat-emea-ssa-team/hetzner-ocp4-ansible-ee:202304141234
image: quay.io/redhat-emea-ssa-team/hetzner-ocp4-ansible-ee:202304141355
logging:
level: info
mode: stdout
Expand Down
30 changes: 16 additions & 14 deletions ee-requirements.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
---
collections:
- community.libvirt
- community.crypto
- community.general
- community.aws
- google.cloud
- community.azure
- kubernetes.core
- ansible.posix
- community.azure
- community.aws
- community.digitalocean
- community.kubernetes
# Added for community.dns.hetzner_dns_record
- community.dns
- name: https://github.com/ansible-collections/community.libvirt
type: git
version: main
- community.crypto
- community.general
- community.aws
- google.cloud
- community.azure
- kubernetes.core
- ansible.posix
- community.azure
- community.aws
- community.digitalocean
- community.kubernetes
# Added for community.dns.hetzner_dns_record
- community.dns

0 comments on commit 2133a19

Please sign in to comment.