diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 13eefa977..e734da79f 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -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] diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 6dbfac3c7..e0107a4a6 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -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} diff --git a/ansible/roles/bootstrap/tasks/partials/fedora.yml b/ansible/roles/bootstrap/tasks/partials/fedora.yml index a4cb86ad5..4c47003ba 100644 --- a/ansible/roles/bootstrap/tasks/partials/fedora.yml +++ b/ansible/roles/bootstrap/tasks/partials/fedora.yml @@ -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