Compare commits
No commits in common. "c1db0e5a97b153130113c107f2b5abbedf516391" and "001012436b5d23fec7176770b4126deb2f80e474" have entirely different histories.
c1db0e5a97
...
001012436b
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
- 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
|
||||
hosts: 192.168.1.119
|
||||
hosts: cloudflare-tunnel.ki5bhv.com
|
||||
|
||||
tasks:
|
||||
- name: Pull the newest package
|
||||
|
@ -25,4 +25,4 @@
|
|||
- name: Cleanup
|
||||
when: cloudflaredfile.stat.exists
|
||||
ansible.builtin.command:
|
||||
cmd: "rm cloudflared.deb"
|
||||
cmd: "rm cloudflared.deb"
|
Loading…
Reference in New Issue