Compare commits

..

2 Commits

Author SHA1 Message Date
Justin c1db0e5a97 added a update cloudflared tunnel 2025-01-27 21:34:41 -06:00
Justin e0a4bc1319 made a set timezone 2025-01-27 21:33:46 -06:00
2 changed files with 11 additions and 2 deletions

9
set-time.yaml Normal file
View File

@ -0,0 +1,9 @@
---
- name: Setting time zone
hosts: all
become: yes
tasks:
- name: settin time
ansible.builtin.command:
cmd: "timedatectl set-timezone America/Chicago"

View File

@ -1,6 +1,6 @@
--- ---
- name: Update cloud Flare Tunnel - name: Update cloud Flare Tunnel
hosts: cloudflare-tunnel.ki5bhv.com hosts: 192.168.1.119
tasks: tasks:
- name: Pull the newest package - name: Pull the newest package
@ -25,4 +25,4 @@
- name: Cleanup - name: Cleanup
when: cloudflaredfile.stat.exists when: cloudflaredfile.stat.exists
ansible.builtin.command: ansible.builtin.command:
cmd: "rm cloudflared.deb" cmd: "rm cloudflared.deb"