Skip to content

Commit 8296af6

Browse files
committed
ansible: update Fedora 30 hosts to Fedora 34
Update the two DigitalOcean Fedora 30 host to Fedora 34.
1 parent a655f1a commit 8296af6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/ansible.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ ansible_python_interpreter = /opt/local/bin/python
3131
[hosts:freebsd]
3232
ansible_python_interpreter = /usr/local/bin/python
3333

34-
[hosts:fedora30]
34+
[hosts:fedora32]
3535
ansible_python_interpreter = /usr/bin/python3
3636

37-
[hosts:fedora32]
37+
[hosts:fedora34]
3838
ansible_python_interpreter = /usr/bin/python3
3939

4040
[hosts:ibm]

ansible/inventory.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ hosts:
126126
debian8-x64-1: {ip: 159.203.103.52}
127127
debian9-x64-1: {ip: 138.197.97.208}
128128
fedora32-x64-1: {ip: 159.203.117.50}
129-
fedora30-x64-1: {ip: 178.62.236.249}
130-
fedora30-x64-2: {ip: 159.203.98.84}
129+
fedora34-x64-1: {ip: 178.62.236.249}
130+
fedora34-x64-2: {ip: 159.203.98.84}
131131
freebsd11-x64-1: {ip: 45.55.90.237, user: freebsd}
132132
freebsd11-x64-2: {ip: 107.170.28.213, user: freebsd}
133133
ubuntu1404-x64-1: {ip: 45.55.252.223}

0 commit comments

Comments
 (0)