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
|
- name: install common packages
|
||||||
apt:
|
apt:
|
||||||
name: [mosh, htop, tmux, unattended-upgrades]
|
name: [mosh, htop, tmux, unattended-upgrades]
|
||||||
|
|
|
@ -18,11 +18,11 @@ spec:
|
||||||
proxyProtocol:
|
proxyProtocol:
|
||||||
trustedIPs:
|
trustedIPs:
|
||||||
- 10.5.1.245/32
|
- 10.5.1.245/32
|
||||||
|
- 10.5.1.1/32
|
||||||
- 10.42.0.0/16 # traffic getting redirected from other nodes
|
- 10.42.0.0/16 # traffic getting redirected from other nodes
|
||||||
additionalArguments:
|
additionalArguments:
|
||||||
- --providers.file.directory=/file-configs
|
- --providers.file.directory=/file-configs
|
||||||
- --providers.file.watch=true
|
- --providers.file.watch=true
|
||||||
- --providers.file.debugLogGeneratedTemplate=true
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: traefik-additional-configs
|
- name: traefik-additional-configs
|
||||||
mountPath: /file-configs
|
mountPath: /file-configs
|
||||||
|
|
Loading…
Reference in a new issue