Skip to content

Commit

Permalink
Merge pull request #32 from kononovn/fix_bastion_deployment
Browse files Browse the repository at this point in the history
deploy-vm-bastion-libvirt fix epel repo installation added firewalld pkg
  • Loading branch information
openshift-merge-bot[bot] authored Jan 27, 2025
2 parents 54646f9 + 9b3e14a commit bd7a8b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/infra/deploy-vm-bastion-libvirt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,15 @@
ansible.builtin.dnf:
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
state: present
disable_gpg_check: true
become: true

- name: Install required packages
ansible.builtin.dnf:
name:
- openconnect
- git
- firewalld
- podman
- tmux
state: present
Expand Down

0 comments on commit bd7a8b6

Please sign in to comment.