Skip to content

Commit a0168ac

Browse files
authored
Merge pull request #40 from QuLogic/f39
Update Ansible playbooks for Fedora 39
2 parents 23bcb87 + f549f22 commit a0168ac

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ Note down the outputs to verify later, e.g.,
159159

160160
```
161161
# Use these for comparison when connecting yourself.
162-
1024 SHA256:ExviVyBRoNKsZpgmIfBaejh1ElOpJ/9fC+ki2Fn5Xj4 root@venus.matplotlib.org (DSA)
163-
256 SHA256:hLA7ePr0D4AgiC21IXowtbpcUNnTGgpPB7NOYepQtxg root@venus.matplotlib.org (ECDSA)
164-
256 SHA256:MggFZQbZ7wID1Se2EmOwAm8AaJeA97L8sD8DhSrKy1g root@venus.matplotlib.org (ED25519)
165-
3072 SHA256:MCkDgfbn0sMTCtvAtfD0HmGJV3LVTjpUj6IcfWRHRQo root@venus.matplotlib.org (RSA)
162+
1024 SHA256:J2sbqvhI/VszBtVvPabgxyz6sRnGLrZUn0kqfv4doAM root@mercury.matplotlib.org (DSA)
163+
256 SHA256:J0rOMayXhL1+5wbm4WQNpAvmscDjqwJjAtk1SLemRMI root@mercury.matplotlib.org (ECDSA)
164+
256 SHA256:y8EDRGMpLWOW72x47MVKsAfSAl8JHjsOc/RGaiMTPGs root@mercury.matplotlib.org (ED25519)
165+
3072 SHA256:AyuNO8FES5k9vobv0Pu9XpvtjVFZ1bTTNxb1lo+AuRA root@mercury.matplotlib.org (RSA)
166166
```
167167

168168
Finally, you should reboot the droplet. This is due to a bug in cloud-init on

create.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# Must not be an existing name.
7070
- >-
7171
do_droplets.data |
72-
selectattr('name', 'equalto', '{{ host }}.matplotlib.org') |
72+
selectattr('name', 'equalto', host + '.matplotlib.org') |
7373
count == 0
7474
# TODO: Also check that functional name doesn't already exist.
7575
- functional is regex('^web[0-9][0-9]$')

matplotlib.org.yml

+6
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
- podman
6868
state: present
6969

70+
- name: Allow Grafana to connect to Prometheus
71+
ansible.posix.seboolean:
72+
name: grafana_can_tcp_connect_prometheus_port
73+
state: true
74+
persistent: true
75+
7076
# Automatic updates
7177
# #################
7278
- name: Enable automatic updates

0 commit comments

Comments
 (0)