Prepared ansible playbook

This commit is contained in:
Bubbles 2024-03-19 10:48:10 -05:00
parent 545fc464b6
commit 7e112beaad
2 changed files with 7 additions and 0 deletions

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