Compare commits
2 Commits
001012436b
...
c1db0e5a97
Author | SHA1 | Date |
---|---|---|
|
c1db0e5a97 | |
|
e0a4bc1319 |
|
@ -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"
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue