Skip to content

Commit f549f22

Browse files
committed
Update Ansible playbooks for Fedora 39
Current Ansible / Jinja complains about the interpolation in a string, so move that to string concatenation instead. Grafana on Fedora 39 includes an SELinux configuration, which disables access to other ports, so toggle the boolean that allows connecting to Prometheus.
1 parent 23bcb87 commit f549f22

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy