Skip to content

Commit

Permalink
Merge pull request #40 from QuLogic/f39
Browse files Browse the repository at this point in the history
Update Ansible playbooks for Fedora 39
  • Loading branch information
QuLogic authored May 24, 2024
2 parents 23bcb87 + f549f22 commit a0168ac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ Note down the outputs to verify later, e.g.,

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

Finally, you should reboot the droplet. This is due to a bug in cloud-init on
Expand Down
2 changes: 1 addition & 1 deletion create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# Must not be an existing name.
- >-
do_droplets.data |
selectattr('name', 'equalto', '{{ host }}.matplotlib.org') |
selectattr('name', 'equalto', host + '.matplotlib.org') |
count == 0
# TODO: Also check that functional name doesn't already exist.
- functional is regex('^web[0-9][0-9]$')
Expand Down
6 changes: 6 additions & 0 deletions matplotlib.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
- podman
state: present

- name: Allow Grafana to connect to Prometheus
ansible.posix.seboolean:
name: grafana_can_tcp_connect_prometheus_port
state: true
persistent: true

# Automatic updates
# #################
- name: Enable automatic updates
Expand Down

0 comments on commit a0168ac

Please sign in to comment.