Compare commits
No commits in common. "6b208a768a5acff398b88fec48c9e57633448227" and "f70a826a91bdc55d26bdc7e18f0afcedea74aed5" have entirely different histories.
6b208a768a
...
f70a826a91
@ -7,6 +7,3 @@ devops.benhays.cloud heartbeat_url="https://uptime.betterstack.com/api/v1/heartb
|
||||
tailscale.benhays.cloud heartbeat_url='https://uptime.betterstack.com/api/v1/heartbeat/Sp7CXapJDwtjQmCMVdjeQsMy' # <--- All the rest are Ubuntu 22.04
|
||||
bitwarden.benhays.cloud heartbeat_url='https://uptime.betterstack.com/api/v1/heartbeat/YUBUtgJjBDJKEqM1qUXroj1v' # <---
|
||||
nextcloud.benhays.cloud heartbeat_url='https://uptime.betterstack.com/api/v1/heartbeat/oijvrZGFtc9Dev2AefP8iTfB' # <---
|
||||
irc.benhays.cloud
|
||||
dns01.benhays.cloud
|
||||
dns02.benhays.cloud
|
@ -16,7 +16,6 @@
|
||||
ansible.builtin.import_tasks: ../roles/cloudflare-dns.yml
|
||||
- name: Heartbeat Cronjob for Betterstack
|
||||
ansible.builtin.import_tasks: ../roles/heartbeat.yml
|
||||
when: heartbeat_url is defined
|
||||
- name: OpenSSH Hardening
|
||||
ansible.builtin.import_tasks: ../roles/openssh.yml
|
||||
- name: Generic Debian Hardening
|
||||
|
@ -5,25 +5,21 @@
|
||||
mode: "0700"
|
||||
src: ../../Scripts/cloudflare-dns.sh
|
||||
dest: /opt/cloudflare-dns.sh
|
||||
changed_when: false
|
||||
- name: Insert API Token
|
||||
ansible.builtin.replace:
|
||||
path: "/opt/cloudflare-dns.sh"
|
||||
regexp: "^cloudflare_zone_api_token=''"
|
||||
replace: "cloudflare_zone_api_token='{{ CF_API_TOKEN }}'"
|
||||
changed_when: false
|
||||
- name: Insert Zone ID
|
||||
ansible.builtin.replace:
|
||||
path: "/opt/cloudflare-dns.sh"
|
||||
regexp: "^zoneid=''"
|
||||
replace: "zoneid='{{ CF_ZONE_ID }}'"
|
||||
changed_when: false
|
||||
- name: Insert DNS Record
|
||||
- name: Insert Zone ID
|
||||
ansible.builtin.replace:
|
||||
path: "/opt/cloudflare-dns.sh"
|
||||
regexp: "^dns_record=''"
|
||||
replace: "dns_record='{{ inventory_hostname }}'"
|
||||
changed_when: false
|
||||
- name: Add Cronjob for IPAM Script
|
||||
ansible.builtin.cron:
|
||||
name: "Cloudflare IPAM Script"
|
||||
|
@ -42,5 +42,3 @@
|
||||
ansible.builtin.systemd:
|
||||
name: ssh
|
||||
state: restarted
|
||||
changed_when: false
|
||||
|
||||
|
@ -18,7 +18,7 @@ trust-guid = True
|
||||
trust-link = False
|
||||
reply-changes = False
|
||||
encodings = US-ASCII, ISO-8859-1, UTF-8, BIG5, ISO-2022-JP
|
||||
post-process =
|
||||
post-process = rss2email.post_process.prettify process
|
||||
digest-post-process =
|
||||
html-mail = False
|
||||
multipart-html = False
|
||||
@ -94,7 +94,4 @@ url = https://www.eff.org/rss/updates.xml
|
||||
url = https://benhays.org/lwn-features.xml
|
||||
|
||||
[feed.lwn-all]
|
||||
url = https://benhays.org/lwn-all.xml
|
||||
|
||||
[feed.phoronix]
|
||||
url = https://www.phoronix.com/rss.php
|
||||
url = https://benhays.org/lwn-all.xml
|
Loading…
Reference in New Issue
Block a user