Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ansible: replace fedora34-x64-2 with fedora37-x64-1 #3433

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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