From 253ba56375b20dda7b0971907610144a915ff3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 25 Jul 2023 13:24:45 +0200 Subject: [PATCH] ansible: replace fedora34-x64-2 with fedora37-x64-1 Refs: https://github.com/nodejs/build/issues/3350 --- ansible.cfg | 3 --- ansible/inventory.yml | 2 +- ansible/roles/bootstrap/tasks/partials/fedora.yml | 4 ---- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index 97f73fd48..d0a249d17 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 diff --git a/ansible/inventory.yml b/ansible/inventory.yml index f8be369dd..5ed5851e4 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -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} diff --git a/ansible/roles/bootstrap/tasks/partials/fedora.yml b/ansible/roles/bootstrap/tasks/partials/fedora.yml index de659a35d..c025657fa 100644 --- a/ansible/roles/bootstrap/tasks/partials/fedora.yml +++ b/ansible/roles/bootstrap/tasks/partials/fedora.yml @@ -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