Skip to content

Commit

Permalink
ansible: replace DO debian9-x64-1 with debian12-x64-1
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Nov 6, 2023
1 parent de0e070 commit e728c31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ hosts:

- digitalocean:
debian11-x64-1: {ip: 174.138.79.159}
debian9-x64-1: {ip: 138.197.97.208}
debian12-x64-1: {ip: 159.203.105.159}
fedora32-x64-1: {ip: 159.203.117.50}
fedora37-x64-1: {ip: 159.65.248.149}
fedora38-x64-1: {ip: 162.243.187.89}
Expand Down
6 changes: 5 additions & 1 deletion ansible/roles/baselayout/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sshd_service_name: "{{ sshd_service_map[os]|default(sshd_service_map[os|stripver

ntp_service: {
chrony: ['rhel8', 'debian11'],
systemd: ['debian8', 'debian9', 'debian10', 'ubuntu1604', 'ubuntu1804']
systemd: ['debian8', 'debian9', 'debian10', 'debian12', 'ubuntu1604', 'ubuntu1804']
}

common_packages: [
Expand Down Expand Up @@ -75,6 +75,10 @@ packages: {
'gcc-10,g++-10,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-pip',
],

debian12: [
'gcc-12,g++-12,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-pip',
],

fedora: [
'bzip2,ccache,gcc-c++,git,fontconfig,sudo,make,python3-pip',
],
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/java-base/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ packages: {
'debian9': 'openjdk-8-jre-headless',
'debian10': 'openjdk-11-jre-headless',
'debian11': 'openjdk-17-jre-headless',
'debian12': 'openjdk-17-jre-headless',
'fedora': 'java-17-openjdk-headless',
'fedora32': 'java-11-openjdk-headless',
'freebsd': 'openjdk11-jre',
Expand Down

0 comments on commit e728c31

Please sign in to comment.