File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,14 @@ These are encrypted with ansible-vault. You need the a-v password to decrypt.
12
12
13
13
Files:
14
14
15
- * ` gh-key.* ` SSL pub/priv key for Ansible within GitHub Actions
16
- * ` authorized_keys ` - set of public keys with users having access to the server VM admin account
17
15
* ` vars.yml ` - Ansible vars included in every playbook
18
16
* [ vars.example.yml] ( vars.example.yml ) - example/starter for ` vars.yml `
19
17
20
18
## New Project
21
19
22
20
* create a new vars.yml from [ vars.example.yml] ( vars.example.yml )
21
+ * create Ansible Vault passwd file OUTSIDE THIS REPO
22
+ * ` ansible-vault encrypt --vault-password-file ~/.ssh/my_ansible-vault.txt vars/vars.yml `
23
23
* have your public key as root user in VM
24
24
* also adapt ` ../hosts/*.yml `
25
25
* run Ansible bootstrap.yml Playbook
26
- * create ` authorized_keys ` file and copy to server
Original file line number Diff line number Diff line change 1
1
services :
2
2
proxy :
3
- image : traefik:v2.11.8
3
+ image : traefik:v3.3.3
4
4
5
5
container_name : traefik
6
6
restart : always
@@ -16,8 +16,6 @@ services:
16
16
- --providers.docker
17
17
# Do not expose all Docker services, only the ones explicitly exposed
18
18
- --providers.docker.exposedbydefault=false
19
- # Enable Docker Swarm mode
20
- - --providers.docker.swarmmode=false
21
19
# Enable Dynamic file providers
22
20
- --providers.file
23
21
- --providers.file.directory=/etc/traefikdyn
You can’t perform that action at this time.
0 commit comments