mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 08:25:47 +02:00
Switched to yml vars files
This commit is contained in:
parent
51a82d1df2
commit
b972819678
5 changed files with 26 additions and 5 deletions
18
ansible/group_vars/all.yml
Normal file
18
ansible/group_vars/all.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
ansible_ssh_user: debian
|
||||
ansible_ssh_port: 2222
|
||||
ansible_become_pass: !vault |
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
32636639346333343636656237353437333639376233613234663535306533306131323764633664
|
||||
3735373364666336653137323233303135303961303462320a383635643865666330373438616535
|
||||
65303939656336613730326363643133633834393066326163353038613230343039626666303261
|
||||
3231376239656431300a383866636562613636383339396132316237323664383964383838653836
|
||||
6432
|
||||
|
||||
portainer:
|
||||
version: 2.11.0
|
||||
domain: dock.rustybever.be
|
||||
|
||||
traefik:
|
||||
version: 2.5.5
|
||||
acme_email: roosensjef@gmail.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue