Skip to content

Commit

Permalink
ansible: update Fedora 30 hosts to Fedora 34 (#2745)
Browse files Browse the repository at this point in the history
Update the two DigitalOcean Fedora 30 host to Fedora 34.
  • Loading branch information
richardlau authored Sep 8, 2021
1 parent 2dc78f6 commit 644a964
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ansible_python_interpreter = /opt/local/bin/python
[hosts:freebsd]
ansible_python_interpreter = /usr/local/bin/python

[hosts:fedora30]
[hosts:fedora32]
ansible_python_interpreter = /usr/bin/python3

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

[hosts:ibm]
Expand Down
4 changes: 2 additions & 2 deletions ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ 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}
fedora30-x64-1: {ip: 178.62.236.249}
fedora30-x64-2: {ip: 159.203.98.84}
fedora34-x64-1: {ip: 178.62.236.249}
fedora34-x64-2: {ip: 159.203.98.84}
freebsd11-x64-1: {ip: 45.55.90.237, user: freebsd}
freebsd11-x64-2: {ip: 107.170.28.213, user: freebsd}
ubuntu1404-x64-1: {ip: 45.55.252.223}
Expand Down
4 changes: 4 additions & 0 deletions ansible/roles/bootstrap/tasks/partials/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
- 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 644a964

Please sign in to comment.