Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion celery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
mode: "0644"
roles:
- geerlingguy.repo-epel
# - artis3n.tailscale # broken (invalid API key)
# - artis3n.tailscale.machine # broken (invalid API key)
- role: usegalaxy_eu.handy.os_setup
vars:
enable_remap_user: true
Expand Down
6 changes: 5 additions & 1 deletion requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: community.general
version: 8.0.2
version: 10.3.0
source: https://galaxy.ansible.com
- name: amazon.aws
version: 1.5.0
Expand Down Expand Up @@ -51,6 +51,8 @@ collections:
source: https://galaxy.ansible.com
- name: community.crypto
version: 2.26.5
- name: artis3n.tailscale
version: 1.2.1

roles:
- name: dev-sec.os-hardening
Expand Down Expand Up @@ -151,6 +153,8 @@ roles:
version: 0.3.1
- name: usegalaxy_eu.tpv_auto_lint
version: 0.4.5
- name: geerlingguy.redis
version: 1.9.1
- name: artis3n.tailscale
version: v4.5.0
- name: dokku_bot.ansible_dokku
Expand Down
2 changes: 1 addition & 1 deletion traefik-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
enable_pam_limits: true # Prevent out of control processes
enable_install_software: true # Some extra admin tools (*top, vim, etc)
- usegalaxy-eu.dynmotd
- artis3n.tailscale
- artis3n.tailscale.machine
- usegalaxy_eu.traefik
- devsec.hardening.ssh_hardening
- devsec.hardening.os_hardening
Loading