mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 18:03:40 -05:00
build(precommit): add typos checks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description="HashiCorp Consul - A service mesh solution"
|
||||
Description="hashiCorp Consul - A service mesh solution"
|
||||
Documentation=https://www.consul.io/
|
||||
Requires=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
@@ -59,7 +59,7 @@ consul {
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
# ----------------------------------------- CLient Config
|
||||
# ----------------------------------------- Client Config
|
||||
client {
|
||||
enabled = true
|
||||
{% if 'pis' in group_names %}
|
||||
|
||||
@@ -71,7 +71,7 @@ job "icloud_backup" {
|
||||
# Drive destination
|
||||
root: "icloud"
|
||||
smtp:
|
||||
# If you want to recieve email notifications about expired/missing 2FA credentials then uncomment
|
||||
# If you want to receive email notifications about expired/missing 2FA credentials then uncomment
|
||||
email: "{{ email_smtp_account }}"
|
||||
# optional, to email address. Default is sender email.
|
||||
#to: "receiver@test.com"
|
||||
@@ -120,7 +120,7 @@ job "icloud_backup" {
|
||||
photos:
|
||||
destination: "photos"
|
||||
remove_obsolete: true
|
||||
sync_inteval: 172800 # 2 days
|
||||
sync_interval: 172800 # 2 days
|
||||
filters:
|
||||
albums:
|
||||
# - "album1"
|
||||
|
||||
@@ -37,7 +37,7 @@ job "pihole" {
|
||||
// }
|
||||
}
|
||||
|
||||
task "await_filesytem" {
|
||||
task "await_filesystem" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
|
||||
@@ -108,7 +108,7 @@ job "TEMPLATE" {
|
||||
}
|
||||
}
|
||||
|
||||
task "await-TEMPLATEdb" {
|
||||
task "await-TEMPLATEEdb" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
|
||||
@@ -28,7 +28,7 @@ job "wikijs" {
|
||||
}
|
||||
}
|
||||
|
||||
task "await_db_filesytem" {
|
||||
task "await_db_filesystem" {
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
@@ -56,7 +56,7 @@ job "wikijs" {
|
||||
}
|
||||
} // /task
|
||||
|
||||
task "await_backup_filesytem" {
|
||||
task "await_backup_filesystem" {
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
@@ -180,7 +180,7 @@ group "wikijs_app_group" {
|
||||
}
|
||||
} // /task
|
||||
|
||||
task "await_filesytem" {
|
||||
task "await_filesystem" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
|
||||
Reference in New Issue
Block a user