lilly pushed to main at CCCHH/dooris 2026-05-03 22:47:11 +02:00
801edc4042
properly use OIDC security parameters like nonce and state
lilly pushed to main at CCCHH/dooris 2026-05-03 22:08:45 +02:00
7fa9867a38
improve project structure for api
lilly pushed to main at CCCHH/dooris 2026-05-03 18:11:11 +02:00
1a0f3726d8
implement proof-of-concept backend authentication
lilly pushed to main at CCCHH/dooris 2026-05-03 17:40:02 +02:00
lilly pushed to fix-systemd-resolved-install at CCCHH/ansible-infra 2026-05-03 16:50:54 +02:00
d880eb8677
fix systemd-resolved not being installed
lilly created pull request CCCHH/ansible-infra#89 2026-05-03 16:50:33 +02:00
WIP: fix systemd-resolved not being installed
lilly pushed to fix-systemd-resolved-install at CCCHH/ansible-infra 2026-05-03 16:49:04 +02:00
111450b908
fix systemd-resolved not being installed
lilly created branch fix-systemd-resolved-install in CCCHH/ansible-infra 2026-05-03 16:49:04 +02:00
lilly opened issue CCCHH/ansible-infra#88 2026-05-03 12:53:32 +02:00
deploy_systemd_resolved_config role does not install systemd-resolved
lilly pushed to new-auth-dns at CCCHH/ansible-infra 2026-05-02 01:40:33 +02:00
f9c1db8446
fix role name auth-dns -> auth_dns
38cad40790
configure hh.ccc.de on auth-dns
9fcb359a35
add old zones from ns-intern
f61640ec39
enable auth-dns role to actually configure useful zones
c45fbaedda
disable systemd-resolved on auth-dns
Compare 6 commits »
lilly pushed to main at CCCHH/ccchh-website 2026-05-02 01:07:40 +02:00
bce4a08e8d add presentation for upcoming diday 2026-05-03 (Die eigene Cloud) (#136)
lilly deleted branch add_diday_05_presentation from CCCHH/ccchh-website 2026-05-02 01:07:40 +02:00
lilly automatically merged pull request CCCHH/ccchh-website#136 2026-05-02 01:07:39 +02:00
lilly pushed to add_diday_05_presentation at CCCHH/ccchh-website 2026-05-02 01:07:37 +02:00
dc9a5363d1 Merge branch 'main' into add_diday_05_presentation
e884994529
ci: move to new public-web-static hostname
aea87027db
ci: remove old GitLab CI config as we now use Forgejo Actions
Compare 3 commits »
lilly commented on pull request CCCHH/ansible-infra#85 2026-05-02 01:06:01 +02:00
Add role name as tag to all basic roles

I would say that our goal is to run parts of a playbook. My main use-case is that I'm configuring a specific service on a VM in which case I don't want to run all the base_config and utility roles.

lilly pushed to add-systemd-resolved-config-role at CCCHH/ansible-infra 2026-05-02 01:01:59 +02:00
c304a1c82a
add README.md to deploy_systemd_resolved_config role
lilly approved CCCHH/ccchh-website#135 2026-05-02 00:00:40 +02:00
some CI cleanup and updates
lilly commented on pull request CCCHH/ansible-infra#86 2026-05-01 23:20:03 +02:00
add capability to disable systemd-resolved via role

No specific reason. I just personally don't like to hide something in a .d directory (which I find easy to overlook) when the intuitive efault would be to look in /etc/resolv.conf when…

lilly commented on pull request CCCHH/ansible-infra#85 2026-05-01 23:18:20 +02:00
Add role name as tag to all basic roles

Because the tag is a detail of the role itself and not a concern of where the role is called. If we would set it where the role is used, the same argument you take can be made for forgetting to…