Ansible: Configure timezone
This commit is contained in:
parent
0330a6a39f
commit
d6374f72ca
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
- name: set the timezone
|
||||
timezone:
|
||||
name: America/Los_Angeles
|
||||
|
||||
- name: install common packages
|
||||
apt:
|
||||
name: [mosh, htop, tmux, unattended-upgrades]
|
||||
|
|
|
@ -18,11 +18,11 @@ spec:
|
|||
proxyProtocol:
|
||||
trustedIPs:
|
||||
- 10.5.1.245/32
|
||||
- 10.5.1.1/32
|
||||
- 10.42.0.0/16 # traffic getting redirected from other nodes
|
||||
additionalArguments:
|
||||
- --providers.file.directory=/file-configs
|
||||
- --providers.file.watch=true
|
||||
- --providers.file.debugLogGeneratedTemplate=true
|
||||
volumes:
|
||||
- name: traefik-additional-configs
|
||||
mountPath: /file-configs
|
||||
|
|
Loading…
Reference in a new issue