Skip to content

Commit

Permalink
fix config caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Oct 31, 2023
1 parent 6e284a8 commit 1e6bb7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ setup:
ansible-playbook setup.yml -i inventory.ini --vault-password-file files/vault_pass -u $$USER

deploy:
ansible-playbook deploy.yml -i inventory.ini --vault-password-file files/vault_pass -vv --extra-vars "version=v9" -u $$USER
ansible-playbook deploy.yml -i inventory.ini --vault-password-file files/vault_pass -vv --extra-vars "version=v11" -u $$USER
2 changes: 1 addition & 1 deletion ansible/inventory.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; localhost ansible_connection=local

[app]
51.250.84.1
158.160.106.155
2 changes: 1 addition & 1 deletion services/caddy/Caddyfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
localhost, devops-example.test {
localhost, anshlyapnikov.ru {
tls internal

handle /images/* {
Expand Down

0 comments on commit 1e6bb7a

Please sign in to comment.