develop #3

Merged
bubbles merged 2 commits from develop into main 2024-03-19 10:48:39 -05:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 7e112beaad - Show all commits

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
ansible-playbook -i hosts.yml site.yml --vault-password-file $HOME/.vault_pass.txt

View File

@ -1 +1,5 @@
---
- name: Install and run cloudflared tunnel
hosts: server2
roles:
- role: cloudflared_tunnel