Skip to content

Commit

Permalink
ansible: replace fedora34-x64-2 with fedora37-x64-1
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jul 25, 2023
1 parent eb357f7 commit 253ba56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ansible_python_interpreter = /usr/local/bin/python3
[hosts:fedora32]
ansible_python_interpreter = /usr/bin/python3

[hosts:fedora34]
ansible_python_interpreter = /usr/bin/python3

[hosts:ibm]
become_method = sudo

Expand Down
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ hosts:
debian8-x64-1: {ip: 159.203.103.52}
debian9-x64-1: {ip: 138.197.97.208}
fedora32-x64-1: {ip: 159.203.117.50}
fedora34-x64-2: {ip: 159.203.98.84}
fedora37-x64-1: {ip: 159.65.248.149}
fedora38-x64-1: {ip: 162.243.187.89}
fedora38-x64-2: {ip: 134.209.172.40}
freebsd12-x64-1: {ip: 45.55.90.237, user: freebsd}
Expand Down
4 changes: 0 additions & 4 deletions ansible/roles/bootstrap/tasks/partials/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@
- name: remove firewalld
when: has_firewalld.rc == 0
raw: dnf remove -y firewalld

- name: update crypto policies
when: os in ("fedora34")
raw: update-crypto-policies --set LEGACY

0 comments on commit 253ba56

Please sign in to comment.