Skip to content

Commit

Permalink
Tinker little things here and there
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Ponomarev committed Jun 6, 2024
1 parent 24abd94 commit a66b90b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion roles/portainer/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- name: Portainer Docker Container
community.docker.docker_container:
name: portainer
image: portainer/portainer-ce
image: portainer/portainer-ce:2.20.3
pull: true
recreate: yes
volumes:
Expand Down
2 changes: 1 addition & 1 deletion roles/traefik/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
traefik_enabled: true

traefik_data_directory: "{{ docker_home }}/traefik"
traefik_docker_image: traefik:v3.0
traefik_docker_image: traefik:v3.0.1
traefik_log_level: "INFO"
traefik_subdomain: "traefik"

Expand Down
2 changes: 1 addition & 1 deletion roles/traefik/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
env: "{{ traefik_environment_variables }}"
restart_policy: unless-stopped
memory: "{{ traefik_memory }}"
recreate: "{{ template_config is changed }}"
recreate: yes
4 changes: 2 additions & 2 deletions roles/traefik/templates/dynamic_configs/my-headers.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cipherSuites = [
"TLS_CHACHA20_POLY1305_SHA256"
]
curvePreferences = [ "CurveP521", "CurveP384" ]
{% else %}
{# {% else %}
[http.middlewares.my-headers.headers]
[http.middlewares.my-headers.headers.customResponseHeaders]
X-Custom-Response-Header = "fuck"
X-Custom-Response-Header = "fuck" #}
{% endif %}
1 change: 1 addition & 0 deletions roles/upgrade_packages/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ mayurifag_general_extra_packages:
# - linux-image-amd64
- mc
- net-tools
- nethogs
- ncdu
- unzip
- wget
Expand Down

0 comments on commit a66b90b

Please sign in to comment.