mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-18 09:53:41 -05:00
Compare commits
11 Commits
ea9678eba6
...
pre-commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0dca5c982 | ||
|
|
d9dfbb5152 | ||
|
|
6e8b39aef9 | ||
|
|
8734731355 | ||
|
|
9a47eb1f06 | ||
|
|
b40521919a | ||
|
|
855ff49ef1 | ||
|
|
12d1467369 | ||
|
|
55dea40077 | ||
|
|
feb1fbedf4 | ||
|
|
6b00bf557c |
@@ -12,21 +12,21 @@ exclude_paths:
|
||||
- vault.yml
|
||||
- .venv/
|
||||
- ansible_collections/
|
||||
|
||||
skip_list:
|
||||
- name[template]
|
||||
- ignore-errors
|
||||
- meta-incorrect
|
||||
- meta-no-info
|
||||
- package-latest
|
||||
- role-name
|
||||
- unnamed-task
|
||||
- var-naming
|
||||
- latest[git]
|
||||
- yaml[indentation]
|
||||
# - name[template]
|
||||
# - ignore-errors
|
||||
# - meta-incorrect
|
||||
# - meta-no-info
|
||||
# - package-latest
|
||||
# - role-name
|
||||
# - unnamed-task
|
||||
# - var-naming
|
||||
# - latest[git]
|
||||
|
||||
warn_list:
|
||||
- experimental
|
||||
- risky-file-permissions
|
||||
- command-instead-of-module
|
||||
- no-changed-when
|
||||
- command-instead-of-shell
|
||||
# warn_list:
|
||||
# - experimental
|
||||
# - risky-file-permissions
|
||||
# - command-instead-of-module
|
||||
# - no-changed-when
|
||||
# - command-instead-of-shell
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
---
|
||||
repos:
|
||||
- repo: "https://github.com/commitizen-tools/commitizen"
|
||||
rev: v3.13.0
|
||||
rev: v4.1.0
|
||||
hooks:
|
||||
- id: "commitizen"
|
||||
|
||||
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
||||
rev: v4.5.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: check-added-large-files
|
||||
- id: check-ast
|
||||
@@ -31,7 +31,7 @@ repos:
|
||||
args: [--markdown-linebreak-ext=md]
|
||||
|
||||
- repo: "https://github.com/adrienverge/yamllint.git"
|
||||
rev: v1.33.0
|
||||
rev: v1.35.1
|
||||
hooks:
|
||||
- id: yamllint
|
||||
files: \.(yaml|yml)$
|
||||
@@ -44,10 +44,20 @@ repos:
|
||||
entry: yamllint --strict --config-file .yamllint.yml
|
||||
|
||||
- repo: "https://github.com/crate-ci/typos"
|
||||
rev: v1.16.26
|
||||
rev: dictgen-v0.3.1
|
||||
hooks:
|
||||
- id: typos
|
||||
|
||||
- repo: "https://github.com/ansible/ansible-lint"
|
||||
rev: v24.12.2
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
additional_dependencies:
|
||||
- ansible
|
||||
args:
|
||||
- --config-file
|
||||
- .ansible-lint.yml
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: vault-pre-commit
|
||||
@@ -64,13 +74,6 @@ repos:
|
||||
pass_filenames: true
|
||||
types: [text]
|
||||
|
||||
- id: ansible-lint
|
||||
name: running ansible-lint
|
||||
language: system
|
||||
files: \.(yaml|yml)$
|
||||
pass_filenames: false
|
||||
entry: ansible-lint --force-color --config-file .ansible-lint.yml
|
||||
|
||||
- id: "lint-shellscript-templates"
|
||||
name: lint shellscript templates
|
||||
language: system
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
default.locale = "en_us"
|
||||
|
||||
[default.extend-words]
|
||||
Hashi = "Hashi" # Hashicorpt
|
||||
Hashi = "Hashi" # Hashicorpt
|
||||
hishtory = "hishtory" # Used for the hishtory package
|
||||
|
||||
[files]
|
||||
extend-exclude = ["galaxy-roles/"]
|
||||
|
||||
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -1,8 +1,4 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible.json#/$defs/playbook": "file:///Users/natelandau/repos/ansible-homelab-config/main.yml"
|
||||
},
|
||||
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"files.associations": {
|
||||
"**/tasks/*.yml": "ansible",
|
||||
"**/handlers/*.yml": "ansible",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[defaults]
|
||||
nocows = True
|
||||
roles_path = ./galaxy-roles:./roles
|
||||
collections_paths = ./
|
||||
collections_path = ./
|
||||
inventory = ./inventory.yml
|
||||
stdout_callback = yaml
|
||||
any_errors_fatal = True
|
||||
|
||||
@@ -1,18 +1,20 @@
|
||||
# yamllint disable rule:indentation
|
||||
---
|
||||
# ---------------------------------- SOFTWARE VERSIONS
|
||||
authelia_version: 4.37.5
|
||||
backup_mongodb_version: 1.1.0
|
||||
consul_version: 1.16.1
|
||||
gitea_version: 1.21.3
|
||||
gitea_version: 1.21.6
|
||||
influxdb_version: 1.11.1
|
||||
nomad_version: 1.7.1
|
||||
nomad_version: 1.7.6
|
||||
prometheus_verssion: 2.46.0
|
||||
recyclarr_version: 6.0.2
|
||||
speedtest_cli_version: 1.2.0
|
||||
tdarr_installer_version: 2.00.13
|
||||
telegraf_version: 1.28.4
|
||||
telegraf_version: 1.29.5
|
||||
traefik_version: 2.10.7
|
||||
valentina_version: 2.1.0
|
||||
valentina_version: 2.2.1
|
||||
sabnzbd_version: 4.2.2
|
||||
|
||||
# ---------------------------------- SERVICE STATIC PORT MAPPINGS
|
||||
influxdb_port: "8086"
|
||||
@@ -36,12 +38,27 @@ rpi_usb_drive_mount_point: /mnt/usbDrive
|
||||
rpi_localfs_service_storage: "{{ rpi_usb_drive_mount_point }}/docker"
|
||||
rpi_nfs_mount_point: /mnt
|
||||
rpi_nfs_mounts_list:
|
||||
- { local: "{{ rpi_nfs_mount_point }}/pi-cluster", src: "10.0.30.6:/volume1/pi-cluster" }
|
||||
- { local: "{{ rpi_nfs_mount_point }}/syncthing", src: "10.0.30.6:/volume1/syncthing" }
|
||||
- { local: "{{ rpi_nfs_mount_point }}/media", src: "10.0.30.6:/volume1/media" }
|
||||
- { local: "{{ rpi_nfs_mount_point }}/nate", src: "10.0.30.6:/volume1/nate" }
|
||||
- {
|
||||
local: "{{ rpi_nfs_mount_point }}/pi-cluster",
|
||||
src: "10.0.30.6:/volume1/pi-cluster",
|
||||
}
|
||||
- {
|
||||
local: "{{ rpi_nfs_mount_point }}/syncthing",
|
||||
src: "10.0.30.6:/volume1/syncthing",
|
||||
}
|
||||
- {
|
||||
local: "{{ rpi_nfs_mount_point }}/media",
|
||||
src: "10.0.30.6:/volume1/media",
|
||||
}
|
||||
- {
|
||||
local: "{{ rpi_nfs_mount_point }}/nate",
|
||||
src: "10.0.30.6:/volume1/nate",
|
||||
}
|
||||
rpi_nfs_mounts_remove:
|
||||
- { local: "{{ rpi_nfs_mount_point }}/downloads", src: "10.0.30.6:/volume1/downloads" }
|
||||
- {
|
||||
local: "{{ rpi_nfs_mount_point }}/downloads",
|
||||
src: "10.0.30.6:/volume1/downloads",
|
||||
}
|
||||
|
||||
# mac_autofs_type is one of 'smb,nfs,afp'
|
||||
mac_autofs_type: smb
|
||||
@@ -49,18 +66,36 @@ mac_localfs_service_storage: "/Users/{{ ansible_user }}/Library/docker"
|
||||
mac_storage_mount_point: /System/Volumes/Data/mnt
|
||||
mac_keep_alive_file: "{{ mac_storage_mount_point }}/pi-cluster/keepalive.txt"
|
||||
mac_nfs_mounts_list:
|
||||
- { local: "{{ mac_storage_mount_point }}/pi-cluster", src: "10.0.0.6:/volume1/pi-cluster" }
|
||||
- { local: "{{ mac_storage_mount_point }}/syncthing", src: "10.0.0.6:/volume1/syncthing" }
|
||||
- { local: "{{ mac_storage_mount_point }}/media", src: "10.0.0.6:/volume1/media" }
|
||||
- { local: "{{ mac_storage_mount_point }}/nate", src: "10.0.0.6:/volume1/nate" }
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/pi-cluster",
|
||||
src: "10.0.0.6:/volume1/pi-cluster",
|
||||
}
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/syncthing",
|
||||
src: "10.0.0.6:/volume1/syncthing",
|
||||
}
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/media",
|
||||
src: "10.0.0.6:/volume1/media",
|
||||
}
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/nate",
|
||||
src: "10.0.0.6:/volume1/nate",
|
||||
}
|
||||
|
||||
# Add mounts to remove from auto_nfs to the dict below if needed
|
||||
mac_nfs_mounts_remove:
|
||||
# - { local: "{{ mac_storage_mount_point }}/pi-cluster", src: "10.0.0.6:/volume1/pi-cluster" }
|
||||
|
||||
mac_afp_or_smb_mounts_list:
|
||||
- { local: "{{ mac_storage_mount_point }}/pi-cluster", src: "10.0.0.6:/pi-cluster" }
|
||||
- { local: "{{ mac_storage_mount_point }}/syncthing", src: "10.0.0.6:/syncthing" }
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/pi-cluster",
|
||||
src: "10.0.0.6:/pi-cluster",
|
||||
}
|
||||
- {
|
||||
local: "{{ mac_storage_mount_point }}/syncthing",
|
||||
src: "10.0.0.6:/syncthing",
|
||||
}
|
||||
- { local: "{{ mac_storage_mount_point }}/media", src: "10.0.0.6:/media" }
|
||||
- { local: "{{ mac_storage_mount_point }}/nate", src: "10.0.0.6:/nate" }
|
||||
|
||||
@@ -85,48 +120,26 @@ mac_tdarr_file_location: "/Users/{{ ansible_user }}/Library/tdarr"
|
||||
# ---------------------------------- PACKAGES
|
||||
|
||||
apt_packages_list:
|
||||
- bc
|
||||
- coreutils
|
||||
- curl
|
||||
- dnsutils
|
||||
- exa
|
||||
- fzf
|
||||
- git
|
||||
- git-extras
|
||||
- htop
|
||||
- iftop
|
||||
- iotop
|
||||
- iperf
|
||||
- jq
|
||||
- less
|
||||
- lnav
|
||||
- logrotate
|
||||
- lsof
|
||||
- nano
|
||||
- netcat
|
||||
- net-tools
|
||||
- nmap
|
||||
- openssh-server
|
||||
- p7zip-full
|
||||
- python3-pip
|
||||
- rsync
|
||||
- shellcheck
|
||||
- unzip
|
||||
- wget
|
||||
- yamllint
|
||||
- zsh
|
||||
- tailscale
|
||||
|
||||
homebrew_package_list:
|
||||
- ansible
|
||||
- ansible-lint
|
||||
- bash
|
||||
- bash-completion
|
||||
- bashdb
|
||||
- bat
|
||||
- bats-core
|
||||
- coreutils
|
||||
- diff-so-fancy
|
||||
- exa
|
||||
- ffmpeg
|
||||
- findutils
|
||||
- fping
|
||||
@@ -140,17 +153,12 @@ homebrew_package_list:
|
||||
- gnutls
|
||||
- gpg
|
||||
- grep
|
||||
- handbrake
|
||||
- htop
|
||||
- httpie
|
||||
- iperf
|
||||
- jq
|
||||
- nano
|
||||
- ncurses
|
||||
- nmap
|
||||
- openssl
|
||||
- pandoc
|
||||
- prettier
|
||||
- readline
|
||||
- shellcheck
|
||||
- shfmt
|
||||
@@ -158,11 +166,4 @@ homebrew_package_list:
|
||||
- sqlite
|
||||
- ssh-copy-id
|
||||
- tealdeer
|
||||
- tree
|
||||
- wget
|
||||
- yamllint
|
||||
- zsh
|
||||
|
||||
homebrew_cask_install_dir: /Applications
|
||||
homebrew_casks_list:
|
||||
- lingon-x
|
||||
|
||||
@@ -53,13 +53,13 @@
|
||||
|
||||
- name: Restart nomad (Debian)
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
ansible.builtin.systemd_service:
|
||||
name: nomad
|
||||
enabled: true
|
||||
state: restarted
|
||||
register: nomad_service
|
||||
failed_when: nomad_service.rc > 0
|
||||
changed_when: nomad_service.rc == 0
|
||||
# failed_when: nomad_service.Result != "success"
|
||||
# changed_when: nomad_service.Result == "success"
|
||||
when:
|
||||
- ansible_os_family == 'Debian'
|
||||
- "'nostart' not in ansible_run_tags"
|
||||
@@ -90,9 +90,11 @@
|
||||
- name: "Ensure nomad is really running"
|
||||
ansible.builtin.shell:
|
||||
cmd: "set -o pipefail && sleep 10 && /usr/local/bin/nomad node status -self -short | grep {{ inventory_hostname }}"
|
||||
args:
|
||||
executable: /bin/bash
|
||||
register: node_status_response
|
||||
failed_when: node_status_response.rc > 0
|
||||
changed_when: node_status_response.rc == 0
|
||||
changed_when: false
|
||||
when: "'nostart' not in ansible_run_tags"
|
||||
listen: "restart nomad"
|
||||
# - name: "Ensure sure Nomad service is really running"
|
||||
|
||||
@@ -106,7 +106,7 @@ all:
|
||||
ansible_user: "{{ my_username }}"
|
||||
ansible_become_pass: "{{ mac_become_pass }}"
|
||||
ansible_ssh_private_key_file: "{{ ssh_key_location }}/macMini"
|
||||
ansible_python_interpreter: "/usr/local/bin/python3"
|
||||
ansible_python_interpreter: "/Users/natelandau/.pyenv/shims/python"
|
||||
ansible_port: 22
|
||||
mac_intel: true
|
||||
is_nomad_client: true
|
||||
|
||||
3
main.yml
3
main.yml
@@ -76,4 +76,5 @@
|
||||
when: is_tdarr_server or is_tdarr_node
|
||||
|
||||
handlers:
|
||||
- ansible.builtin.import_tasks: handlers/main.yml
|
||||
- name: "Run handlers"
|
||||
ansible.builtin.import_tasks: handlers/main.yml
|
||||
|
||||
897
poetry.lock
generated
897
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,32 +7,26 @@
|
||||
version = "0.2.0"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
ansible = "^8.6.0"
|
||||
ansible-lint = { version = "^6.18.0", markers = "platform_system != 'Windows'" }
|
||||
commitizen = "^2.40.0"
|
||||
poethepoet = "^0.18.1"
|
||||
pre-commit = "^3.3.3"
|
||||
python = "^3.9"
|
||||
yamllint = "^1.32.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^23.11.0"
|
||||
sh = "^2.0.6"
|
||||
typos = "^1.16.23"
|
||||
ansible = "^9.3.0"
|
||||
ansible-lint = { version = "^24.2.1", markers = "platform_system != 'Windows'" }
|
||||
commitizen = "^3.18.3"
|
||||
jmespath = "^1.0.1"
|
||||
poethepoet = "^0.25.0"
|
||||
pre-commit = "^3.6.2"
|
||||
python = "^3.11"
|
||||
typos = "^1.19.0"
|
||||
yamllint = "^1.35.1"
|
||||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["poetry-core"]
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
|
||||
[tool.commitizen]
|
||||
bump_message = "bump(release): v$current_version → v$new_version"
|
||||
tag_format = "v$version"
|
||||
update_changelog_on_bump = true
|
||||
version = "0.2.0"
|
||||
version_files = ["pyproject.toml:version"]
|
||||
version_provider = "poetry"
|
||||
|
||||
[tool.poe.tasks]
|
||||
pb = """
|
||||
|
||||
@@ -1,150 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
"""Script to update the pyproject.toml file with the latest versions of the dependencies."""
|
||||
from pathlib import Path
|
||||
from textwrap import wrap
|
||||
|
||||
try:
|
||||
import tomllib
|
||||
except ModuleNotFoundError: # pragma: no cover
|
||||
import tomli as tomllib # type: ignore [no-redef]
|
||||
|
||||
import sh
|
||||
from rich.console import Console
|
||||
|
||||
console = Console()
|
||||
|
||||
|
||||
def dryrun(msg: str) -> None:
|
||||
"""Print a message if the dry run flag is set.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[cyan]DRYRUN | {msg}[/cyan]")
|
||||
|
||||
|
||||
def success(msg: str) -> None:
|
||||
"""Print a success message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[green]SUCCESS | {msg}[/green]")
|
||||
|
||||
|
||||
def warning(msg: str) -> None:
|
||||
"""Print a warning message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[yellow]WARNING | {msg}[/yellow]")
|
||||
|
||||
|
||||
def error(msg: str) -> None:
|
||||
"""Print an error message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[red]ERROR | {msg}[/red]")
|
||||
|
||||
|
||||
def notice(msg: str) -> None:
|
||||
"""Print a notice message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[bold]NOTICE | {msg}[/bold]")
|
||||
|
||||
|
||||
def info(msg: str) -> None:
|
||||
"""Print a notice message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"INFO | {msg}")
|
||||
|
||||
|
||||
def usage(msg: str, width: int = 80) -> None:
|
||||
"""Print a usage message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
width (optional): Width of the message
|
||||
"""
|
||||
for _n, line in enumerate(wrap(msg, width=width)):
|
||||
if _n == 0:
|
||||
console.print(f"[dim]USAGE | {line}")
|
||||
else:
|
||||
console.print(f"[dim] | {line}")
|
||||
|
||||
|
||||
def debug(msg: str) -> None:
|
||||
"""Print a debug message without using logging.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[blue]DEBUG | {msg}[/blue]")
|
||||
|
||||
|
||||
def dim(msg: str) -> None:
|
||||
"""Print a message in dimmed color.
|
||||
|
||||
Args:
|
||||
msg: Message to print
|
||||
"""
|
||||
console.print(f"[dim]{msg}[/dim]")
|
||||
|
||||
|
||||
# Load the pyproject.toml file
|
||||
pyproject = Path(__file__).parents[1] / "pyproject.toml"
|
||||
|
||||
if not pyproject.exists():
|
||||
console.print("pyproject.toml file not found")
|
||||
raise SystemExit(1)
|
||||
|
||||
with pyproject.open("rb") as f:
|
||||
try:
|
||||
data = tomllib.load(f)
|
||||
except tomllib.TOMLDecodeError as e:
|
||||
raise SystemExit(1) from e
|
||||
|
||||
|
||||
# Get the latest versions of all dependencies
|
||||
info("Getting latest versions of dependencies...")
|
||||
packages: dict = {}
|
||||
for line in sh.poetry("--no-ansi", "show", "--outdated").splitlines():
|
||||
package, current, latest = line.split()[:3]
|
||||
packages[package] = {"current_version": current, "new_version": latest}
|
||||
|
||||
if not packages:
|
||||
success("All dependencies are up to date")
|
||||
raise SystemExit(0)
|
||||
|
||||
|
||||
dependencies = data["tool"]["poetry"]["dependencies"]
|
||||
groups = data["tool"]["poetry"]["group"]
|
||||
|
||||
for p in dependencies:
|
||||
if p in packages:
|
||||
notice(
|
||||
f"Updating {p} from {packages[p]['current_version']} to {packages[p]['new_version']}"
|
||||
)
|
||||
sh.poetry("add", f"{p}@latest", _fg=True)
|
||||
|
||||
|
||||
for group in groups:
|
||||
for p in groups[group]["dependencies"]:
|
||||
if p in packages:
|
||||
notice(
|
||||
f"Updating {p} from {packages[p]['current_version']} to {packages[p]['new_version']}"
|
||||
)
|
||||
sh.poetry("add", f"{p}@latest", "--group", group, _fg=True)
|
||||
|
||||
sh.poetry("update", _fg=True)
|
||||
success("All dependencies are up to date")
|
||||
raise SystemExit(0)
|
||||
@@ -24,24 +24,18 @@
|
||||
when:
|
||||
- is_nomad_client or is_nomad_server
|
||||
|
||||
- name: Ensure nomad user can run sudo with the restore script
|
||||
- name: "SUDO: Confirm users can run service_backups"
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/sudoers
|
||||
path: "/etc/sudoers.d/010_{{ item }}-backups-nopasswd"
|
||||
line: "{{ item }} ALL=(ALL) NOPASSWD: /usr/local/bin/service_backups, /usr/local/bin/service_restore"
|
||||
state: present
|
||||
line: "nomad ALL=(ALL) NOPASSWD: /usr/local/bin/service_backups, /usr/local/bin/service_restore"
|
||||
validate: "/usr/sbin/visudo -cf %s"
|
||||
when:
|
||||
- is_nomad_client or is_nomad_server
|
||||
- "'pis' in group_names"
|
||||
|
||||
- name: Ensure my user can run sudo with the restore script
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/sudoers
|
||||
state: present
|
||||
line: "{{ ansible_user }} ALL=(ALL) NOPASSWD: /usr/local/bin/service_backups, /usr/local/bin/service_restore"
|
||||
create: true
|
||||
mode: "0440"
|
||||
validate: "/usr/sbin/visudo -cf %s"
|
||||
loop:
|
||||
- nomad
|
||||
- "{{ ansible_user }}"
|
||||
when:
|
||||
- is_nomad_client or is_nomad_server
|
||||
- "'pis' in group_names"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# yamllint disable rule:indentation
|
||||
---
|
||||
# TASK DESCRIPTION:
|
||||
# Downloads, installs, and configures Hashicorp Consul.
|
||||
@@ -117,7 +118,7 @@
|
||||
|
||||
- name: "Create Consul /opt storage and copy certificates"
|
||||
block:
|
||||
- name: "Create {{ consul_opt_dir }} directories"
|
||||
- name: "Create {{ consul_opt_dir }} directories" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
@@ -130,16 +131,25 @@
|
||||
- "{{ consul_opt_dir }}/plugins"
|
||||
- "{{ consul_opt_dir }}/certs"
|
||||
|
||||
- name: Copy certs to servers
|
||||
- name: Copy certs to servers # noqa
|
||||
become: true
|
||||
ansible.builtin.copy:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0755
|
||||
loop:
|
||||
- { src: "certs/consul/consul-agent-ca.pem", dest: "{{ consul_opt_dir }}/certs/consul-agent-ca.pem" }
|
||||
- { src: "certs/consul/{{ datacenter_name }}-server-consul-0.pem", dest: "{{ consul_opt_dir }}/certs/{{ datacenter_name }}-server-consul-0.pem" }
|
||||
- { src: "certs/consul/{{ datacenter_name }}-server-consul-0-key.pem", dest: "{{ consul_opt_dir }}/certs/{{ datacenter_name }}-server-consul-0-key.pem" }
|
||||
- {
|
||||
src: "certs/consul/consul-agent-ca.pem",
|
||||
dest: "{{ consul_opt_dir }}/certs/consul-agent-ca.pem",
|
||||
}
|
||||
- {
|
||||
src: "certs/consul/{{ datacenter_name }}-server-consul-0.pem",
|
||||
dest: "{{ consul_opt_dir }}/certs/{{ datacenter_name }}-server-consul-0.pem",
|
||||
}
|
||||
- {
|
||||
src: "certs/consul/{{ datacenter_name }}-server-consul-0-key.pem",
|
||||
dest: "{{ consul_opt_dir }}/certs/{{ datacenter_name }}-server-consul-0-key.pem",
|
||||
}
|
||||
when:
|
||||
- is_consul_server
|
||||
|
||||
@@ -163,7 +173,7 @@
|
||||
when:
|
||||
- ansible_os_family == 'Debian'
|
||||
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }}"
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }}" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ consul_opt_dir }}"
|
||||
@@ -199,7 +209,7 @@
|
||||
when:
|
||||
- ansible_os_family == 'Debian'
|
||||
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }}"
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }}" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ interpolated_consul_configuration_dir }}"
|
||||
@@ -209,7 +219,7 @@
|
||||
when:
|
||||
- mac_intel or mac_arm or inventory_hostname == 'synology'
|
||||
|
||||
- name: "Set owner of root consul dir to {{ ansible_user_uid }}:{{ ansible_user_gid }} (synology)"
|
||||
- name: "Set owner of root consul dir to {{ ansible_user_uid }}:{{ ansible_user_gid }} (synology)" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: /volume1/docker/consul/
|
||||
@@ -328,7 +338,7 @@
|
||||
- ansible_os_family == 'Debian'
|
||||
- "'nostart' not in ansible_run_tags"
|
||||
|
||||
- name: Make sure Consul service is really running
|
||||
- name: Make sure Consul service is really running # noqa: command-instead-of-module
|
||||
ansible.builtin.command:
|
||||
cmd: systemctl is-active consul
|
||||
register: is_consul_really_running
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
# NOTE: This task exists due to the arillso.logrotate failing completely on macOS
|
||||
|
||||
- name: Add service_backups.log to logrotate
|
||||
- name: Add service_backups.log to logrotate # noqa: ignore-errors
|
||||
become: true
|
||||
vars:
|
||||
logrotate_applications:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# yamllint disable rule:indentation
|
||||
---
|
||||
# TASK DESCRIPTION:
|
||||
# Downloads, installs, and configures Hashicorp Nomad.
|
||||
@@ -83,7 +84,7 @@
|
||||
|
||||
- name: "Create Nomad /opt storage"
|
||||
block:
|
||||
- name: "Create {{ nomad_opt_dir_location }} directories"
|
||||
- name: "Create {{ nomad_opt_dir_location }} directories" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
@@ -102,9 +103,18 @@
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0755
|
||||
loop:
|
||||
- { src: certs/nomad/nomad-ca.pem, dest: "{{ nomad_opt_dir_location }}/certs/nomad-ca.pem" }
|
||||
- { src: certs/nomad/server.pem, dest: "{{ nomad_opt_dir_location }}/certs/server.pem" }
|
||||
- { src: certs/nomad/server-key.pem, dest: "{{ nomad_opt_dir_location }}/certs/server-key.pem" }
|
||||
- {
|
||||
src: certs/nomad/nomad-ca.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/nomad-ca.pem",
|
||||
}
|
||||
- {
|
||||
src: certs/nomad/server.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/server.pem",
|
||||
}
|
||||
- {
|
||||
src: certs/nomad/server-key.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/server-key.pem",
|
||||
}
|
||||
notify: "restart nomad"
|
||||
when: is_nomad_server
|
||||
|
||||
@@ -115,9 +125,18 @@
|
||||
dest: "{{ item.dest }}"
|
||||
mode: 0755
|
||||
loop:
|
||||
- { src: certs/nomad/nomad-ca.pem, dest: "{{ nomad_opt_dir_location }}/certs/nomad-ca.pem" }
|
||||
- { src: certs/nomad/client.pem, dest: "{{ nomad_opt_dir_location }}/certs/client.pem" }
|
||||
- { src: certs/nomad/client-key.pem, dest: "{{ nomad_opt_dir_location }}/certs/client-key.pem" }
|
||||
- {
|
||||
src: certs/nomad/nomad-ca.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/nomad-ca.pem",
|
||||
}
|
||||
- {
|
||||
src: certs/nomad/client.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/client.pem",
|
||||
}
|
||||
- {
|
||||
src: certs/nomad/client-key.pem,
|
||||
dest: "{{ nomad_opt_dir_location }}/certs/client-key.pem",
|
||||
}
|
||||
notify: "restart nomad"
|
||||
when: is_nomad_client
|
||||
|
||||
@@ -130,7 +149,7 @@
|
||||
recurse: true
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }} (MacOSX)"
|
||||
- name: "Set owner of files to {{ ansible_user_uid }}:{{ ansible_user_gid }} (MacOSX)" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ nomad_opt_dir_location }}"
|
||||
|
||||
@@ -74,3 +74,15 @@
|
||||
dest: "{{ docker_compose_file_location }}/{{ item | basename | regex_replace('.j2$', '') }}"
|
||||
mode: 0644
|
||||
with_fileglob: "../templates/docker_compose_files/*.j2"
|
||||
|
||||
- name: "Prune docker caches"
|
||||
community.docker.docker_prune:
|
||||
containers: true
|
||||
images: true
|
||||
images_filters:
|
||||
dangling: false
|
||||
networks: true
|
||||
volumes: true
|
||||
builder_cache: true
|
||||
when:
|
||||
- is_docker_compose_client or is_nomad_client or is_nomad_server
|
||||
|
||||
@@ -54,14 +54,14 @@
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ homebrew_output.unchanged_pkgs }}"
|
||||
|
||||
- name: Install homebrew casks
|
||||
community.general.homebrew_cask:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
install_options: "appdir=/Applications"
|
||||
accept_external_apps: true
|
||||
upgrade_all: false
|
||||
update_homebrew: false
|
||||
greedy: false
|
||||
loop: "{{ homebrew_casks_list }}"
|
||||
ignore_errors: true
|
||||
# - name: Install homebrew casks # noqa: ignore-errors
|
||||
# community.general.homebrew_cask:
|
||||
# name: "{{ item }}"
|
||||
# state: present
|
||||
# install_options: "appdir=/Applications"
|
||||
# accept_external_apps: true
|
||||
# upgrade_all: false
|
||||
# update_homebrew: false
|
||||
# greedy: false
|
||||
# loop: "{{ homebrew_casks_list }}"
|
||||
# ignore_errors: true
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# yamllint disable rule:indentation
|
||||
---
|
||||
# TASK DESCRIPTION:
|
||||
# Downloads, installs, and configures Telegraf
|
||||
@@ -206,7 +207,7 @@
|
||||
|
||||
- name: "Configure Telegraf"
|
||||
block:
|
||||
- name: "Ensure {{ telegraph_config_location }} exists"
|
||||
- name: "Ensure {{ telegraph_config_location }} exists" # noqa: name[template]
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
@@ -223,10 +224,22 @@
|
||||
dest: "{{ item.dest }}"
|
||||
mode: "644"
|
||||
loop:
|
||||
- { src: "telegraf/base_config.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.conf" }
|
||||
- { src: "telegraf/custom_metrics.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/custom_metrics.conf" }
|
||||
- { src: "telegraf/nomad.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/nomad.conf" }
|
||||
- { src: "telegraf/docker.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/docker.conf" }
|
||||
- {
|
||||
src: "telegraf/base_config.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.conf",
|
||||
}
|
||||
- {
|
||||
src: "telegraf/custom_metrics.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/custom_metrics.conf",
|
||||
}
|
||||
- {
|
||||
src: "telegraf/nomad.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/nomad.conf",
|
||||
}
|
||||
- {
|
||||
src: "telegraf/docker.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/docker.conf",
|
||||
}
|
||||
notify: restart_telegraf
|
||||
|
||||
- name: Template leader configs (ie, configs that should be placed on a single server)
|
||||
@@ -236,9 +249,18 @@
|
||||
dest: "{{ item.dest }}"
|
||||
mode: "644"
|
||||
loop:
|
||||
- { src: "telegraf/leader.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/leader.conf" }
|
||||
- { src: "telegraf/speedtest.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/speedtest.conf" }
|
||||
- { src: "telegraf/pingHosts.conf.j2", dest: "{{ telegraph_config_location }}/telegraf.d/pingHosts.conf" }
|
||||
- {
|
||||
src: "telegraf/leader.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/leader.conf",
|
||||
}
|
||||
- {
|
||||
src: "telegraf/speedtest.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/speedtest.conf",
|
||||
}
|
||||
- {
|
||||
src: "telegraf/pingHosts.conf.j2",
|
||||
dest: "{{ telegraph_config_location }}/telegraf.d/pingHosts.conf",
|
||||
}
|
||||
when:
|
||||
- is_cluster_leader
|
||||
notify: restart_telegraf
|
||||
|
||||
@@ -2,7 +2,7 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
sabnzbd:
|
||||
image: ghcr.io/linuxserver/sabnzbd
|
||||
image: ghcr.io/linuxserver/sabnzbd:{{ sabnzbd_version }}
|
||||
hostname: sabnzbd
|
||||
container_name: sabnzbd
|
||||
network_mode: "bridge"
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
- "TZ=America/New_York"
|
||||
- "PGID=101"
|
||||
- "PUID={{ ansible_user_uid }}"
|
||||
- "DOCKER_MODS=linuxserver/mods:universal-cron"
|
||||
#- "DOCKER_MODS=linuxserver/mods:universal-cron"
|
||||
volumes:
|
||||
- /var/services/homes/{{ my_username }}:/{{ my_username }}
|
||||
- /volume1/nate:/nate
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
job "backup_local_filesystems" {
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "sysbatch"
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "sysbatch"
|
||||
|
||||
periodic {
|
||||
cron = "0 */8 * * * *"
|
||||
prohibit_overlap = true
|
||||
time_zone = "America/New_York"
|
||||
}
|
||||
|
||||
task "do_backups" {
|
||||
driver = "raw_exec"
|
||||
config {
|
||||
# When running a binary that exists on the host, the path must be absolute
|
||||
command = "${meta.backupCommand}"
|
||||
args = ["${meta.backupCommandArg1}", "${meta.backupCommandArg2}", "${meta.backupCommandArg3}"]
|
||||
periodic {
|
||||
cron = "0 */8 * * * *"
|
||||
prohibit_overlap = true
|
||||
time_zone = "America/New_York"
|
||||
}
|
||||
} // /task do_backups
|
||||
|
||||
task "do_backups" {
|
||||
driver = "raw_exec"
|
||||
config {
|
||||
# When running a binary that exists on the host, the path must be absolute
|
||||
command = "${meta.backupCommand}"
|
||||
args = ["${meta.backupCommandArg1}", "${meta.backupCommandArg2}", "${meta.backupCommandArg3}"]
|
||||
}
|
||||
} // /task do_backups
|
||||
|
||||
} //job
|
||||
|
||||
@@ -77,7 +77,7 @@ job "gitea" {
|
||||
GITEA__mailer__SMTP_PORT = "{{ email_smtp_port_starttls }}"
|
||||
GITEA__mailer__SUBJECT_PREFIX = "[Gitea]"
|
||||
GITEA__mailer__USER = "{{ email_smtp_account }}"
|
||||
GITEA__repository__DEFAULT_REPO_UNITS = "repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages,repo.actions"
|
||||
GITEA__repository__DEFAULT_REPO_UNITS = "repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packages" # add `repo.actions` to the list if enabling actions
|
||||
GITEA__server__DOMAIN = "{{ homelab_domain_name }}"
|
||||
GITEA__server__ROOT_URL = "https://${NOMAD_JOB_NAME}.{{ homelab_domain_name }}"
|
||||
GITEA__server__SSH_DOMAIN = "${NOMAD_JOB_NAME}.{{ homelab_domain_name }}"
|
||||
@@ -105,15 +105,15 @@ job "gitea" {
|
||||
|
||||
service {
|
||||
port = "webui"
|
||||
name = "${NOMAD_TASK_NAME}"
|
||||
name = "${NOMAD_JOB_NAME}"
|
||||
provider = "nomad"
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare"
|
||||
"traefik.http.routers.${NOMAD_JOB_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
"traefik.http.routers.${NOMAD_JOB_NAME}.entryPoints=web,websecure",
|
||||
"traefik.http.routers.${NOMAD_JOB_NAME}.service=${NOMAD_JOB_NAME}",
|
||||
"traefik.http.routers.${NOMAD_JOB_NAME}.tls=true",
|
||||
"traefik.http.routers.${NOMAD_JOB_NAME}.tls.certresolver=cloudflare"
|
||||
]
|
||||
|
||||
check {
|
||||
@@ -173,181 +173,232 @@ job "gitea" {
|
||||
} // group
|
||||
|
||||
|
||||
group "action-runners" {
|
||||
// group "action-runners" {
|
||||
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// operator = "regexp"
|
||||
// value = "rpi2"
|
||||
// }
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// operator = "regexp"
|
||||
// value = "macmini"
|
||||
// }
|
||||
|
||||
constraint {
|
||||
distinct_hosts = true
|
||||
}
|
||||
// constraint {
|
||||
// distinct_hosts = true
|
||||
// }
|
||||
|
||||
count = 3
|
||||
// count = 1
|
||||
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
}
|
||||
// restart {
|
||||
// attempts = 0
|
||||
// delay = "30s"
|
||||
// }
|
||||
|
||||
network {
|
||||
port "cache" {
|
||||
to = "8088"
|
||||
}
|
||||
}
|
||||
// network {
|
||||
// port "cache" {
|
||||
// to = "8088"
|
||||
// }
|
||||
// }
|
||||
|
||||
task "gitea-action-runner" {
|
||||
// task "await-gitea" {
|
||||
|
||||
env {
|
||||
CONFIG_FILE = "/local/config.yml"
|
||||
GITEA_INSTANCE_URL = "https://${NOMAD_JOB_NAME}.{{ homelab_domain_name }}"
|
||||
GITEA_RUNNER_NAME = "${node.unique.name}-action-runner"
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = "{{ gitea_runner_registration_token }}"
|
||||
PGID = "${meta.PGID}"
|
||||
PUID = "${meta.PUID}"
|
||||
TZ = "America/New_York"
|
||||
}
|
||||
// lifecycle {
|
||||
// hook = "prestart"
|
||||
// sidecar = false
|
||||
// }
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "gitea/act_runner:latest"
|
||||
image_pull_timeout = "10m"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
]
|
||||
ports = ["cache"]
|
||||
} // docker config
|
||||
// driver = "docker"
|
||||
|
||||
template {
|
||||
destination = "local/config.yml"
|
||||
env = false
|
||||
change_mode = "noop"
|
||||
data = <<-EOH
|
||||
log:
|
||||
# The level of logging, can be trace, debug, info, warn, error, fatal
|
||||
level: info
|
||||
// config {
|
||||
// image = "busybox:latest"
|
||||
// command = "/bin/sh"
|
||||
// args = [
|
||||
// "-c",
|
||||
// "chmod 755 /local/ping.sh && /local/ping.sh"
|
||||
// ]
|
||||
// network_mode = "host"
|
||||
// }
|
||||
|
||||
runner:
|
||||
# Where to store the registration result.
|
||||
file: .runner
|
||||
# Execute how many tasks concurrently at the same time.
|
||||
capacity: 1
|
||||
# Extra environment variables to run jobs.
|
||||
envs:
|
||||
A_TEST_ENV_NAME_1: a_test_env_value_1
|
||||
A_TEST_ENV_NAME_2: a_test_env_value_2
|
||||
# Extra environment variables to run jobs from a file.
|
||||
# It will be ignored if it's empty or the file doesn't exist.
|
||||
env_file: .env
|
||||
# The timeout for a job to be finished.
|
||||
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
|
||||
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
|
||||
timeout: 3h
|
||||
# Whether skip verifying the TLS certificate of the Gitea instance.
|
||||
insecure: false
|
||||
# The timeout for fetching the job from the Gitea instance.
|
||||
fetch_timeout: 5s
|
||||
# The interval for fetching the job from the Gitea instance.
|
||||
fetch_interval: 2s
|
||||
# The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||
# Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
|
||||
# If it's empty when registering, it will ask for inputting labels.
|
||||
# If it's empty when execute `daemon`, will use labels in `.runner` file.
|
||||
labels: []
|
||||
// template {
|
||||
// destination = "local/ping.sh"
|
||||
// change_mode = "restart"
|
||||
// data = <<-EOH
|
||||
// #!/bin/sh
|
||||
// {% raw -%}
|
||||
// {{ range nomadService "gitea" }}
|
||||
// IP="{{ .Address }}"
|
||||
// PORT="{{ .Port }}"
|
||||
// {{ end }}
|
||||
// {% endraw -%}
|
||||
|
||||
cache:
|
||||
# Enable cache server to use actions/cache.
|
||||
enabled: false
|
||||
# The directory to store the cache data.
|
||||
# If it's empty, the cache data will be stored in $HOME/.cache/actcache.
|
||||
dir: ""
|
||||
# The host of the cache server.
|
||||
# It's not for the address to listen, but the address to connect from job containers.
|
||||
# So 0.0.0.0 is a bad choice, leave it empty to detect automatically.
|
||||
{% raw %}host: "{{ env "NOMAD_IP_cache" }}"{% endraw +%}
|
||||
# The port of the cache server.
|
||||
{% raw %}port: {{ env "NOMAD_HOST_PORT_cache" }}{% endraw +%}
|
||||
# The external cache server URL. Valid only when enable is true.
|
||||
# If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself.
|
||||
# The URL should generally end with "/".
|
||||
external_server: ""
|
||||
// until [ -n "${IP}" ] && [ -n "${PORT}" ]; do
|
||||
// echo "Waiting for Nomad to populate the service information..."
|
||||
// sleep 1
|
||||
// done
|
||||
|
||||
container:
|
||||
# Specifies the network to which the container will connect.
|
||||
# Could be host, bridge or the name of a custom network.
|
||||
# If it's empty, act_runner will create a network automatically.
|
||||
network: ""
|
||||
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
|
||||
privileged: false
|
||||
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
||||
options:
|
||||
# The parent directory of a job's working directory.
|
||||
# If it's empty, /workspace will be used.
|
||||
workdir_parent:
|
||||
# Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob
|
||||
# You can specify multiple volumes. If the sequence is empty, no volumes can be mounted.
|
||||
# For example, if you only allow containers to mount the `data` volume and all the json files in `/src`, you should change the config to:
|
||||
# valid_volumes:
|
||||
# - data
|
||||
# - /src/*.json
|
||||
# If you want to allow any volume, please use the following configuration:
|
||||
# valid_volumes:
|
||||
# - '**'
|
||||
valid_volumes:
|
||||
- '**'
|
||||
# overrides the docker client host with the specified one.
|
||||
# If it's empty, act_runner will find an available docker host automatically.
|
||||
# If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.
|
||||
# If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
|
||||
docker_host: ""
|
||||
# Pull docker image(s) even if already present
|
||||
force_pull: false
|
||||
// echo "Waiting for Gitea to start..."
|
||||
|
||||
host:
|
||||
# The parent directory of a job's working directory.
|
||||
# If it's empty, $HOME/.cache/act/ will be used.
|
||||
workdir_parent:
|
||||
EOH
|
||||
}
|
||||
// until nc -z "${IP}" "${PORT}"; do
|
||||
// echo "'nc -z ${IP} ${PORT}' is unavailable..."
|
||||
// sleep 1
|
||||
// done
|
||||
|
||||
// service {
|
||||
// port = "cache"
|
||||
// name = "${NOMAD_TASK_NAME}"
|
||||
// provider = "nomad"
|
||||
// tags = [
|
||||
// "traefik.enable=true",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare",
|
||||
// "traefik.http.routers.${NOMAD_TASK_NAME}.middlewares=authelia@file"
|
||||
// ]
|
||||
// echo "Gitea is up! Found at ${IP}:${PORT}"
|
||||
|
||||
// check {
|
||||
// type = "tcp"
|
||||
// port = "cache"
|
||||
// interval = "30s"
|
||||
// timeout = "4s"
|
||||
// }
|
||||
// EOH
|
||||
// }
|
||||
|
||||
// check_restart {
|
||||
// limit = 0
|
||||
// grace = "1m"
|
||||
// }
|
||||
// }
|
||||
|
||||
// } // service
|
||||
// task "gitea-action-runner" {
|
||||
|
||||
// resources {
|
||||
// cpu = 100 # MHz
|
||||
// memory = 300 # MB
|
||||
// } // resources
|
||||
// env {
|
||||
// CONFIG_FILE = "/local/config.yml"
|
||||
// GITEA_INSTANCE_URL = "https://${NOMAD_JOB_NAME}.{{ homelab_domain_name }}"
|
||||
// GITEA_RUNNER_NAME = "${node.unique.name}-action-runner"
|
||||
// GITEA_RUNNER_REGISTRATION_TOKEN = "{{ gitea_runner_registration_token }}"
|
||||
// PGID = "${meta.PGID}"
|
||||
// PUID = "${meta.PUID}"
|
||||
// TZ = "America/New_York"
|
||||
// }
|
||||
|
||||
} // task gitea-action-runner
|
||||
// driver = "docker"
|
||||
// config {
|
||||
// image = "gitea/act_runner:latest"
|
||||
// image_pull_timeout = "10m"
|
||||
// hostname = "${NOMAD_TASK_NAME}"
|
||||
// volumes = [
|
||||
// "${meta.nfsStorageRoot}/pi-cluster/gitea-action-runners:/data",
|
||||
// "/var/run/docker.sock:/var/run/docker.sock"
|
||||
// ]
|
||||
// ports = ["cache"]
|
||||
// } // docker config
|
||||
|
||||
} // group action-runners
|
||||
// template {
|
||||
// destination = "local/config.yml"
|
||||
// env = false
|
||||
// change_mode = "noop"
|
||||
// data = <<-EOH
|
||||
// log:
|
||||
// # The level of logging, can be trace, debug, info, warn, error, fatal
|
||||
// level: info
|
||||
|
||||
// runner:
|
||||
// # Where to store the registration result.
|
||||
// {% raw %}file: .runner-{{ env "node.unique.name" }}{% endraw +%}
|
||||
// # Execute how many tasks concurrently at the same time.
|
||||
// capacity: 1
|
||||
// # Extra environment variables to run jobs.
|
||||
// envs:
|
||||
// A_TEST_ENV_NAME_1: a_test_env_value_1
|
||||
// A_TEST_ENV_NAME_2: a_test_env_value_2
|
||||
// # Extra environment variables to run jobs from a file.
|
||||
// # It will be ignored if it's empty or the file doesn't exist.
|
||||
// env_file: .env
|
||||
// # The timeout for a job to be finished.
|
||||
// # Please note that the Gitea instance also has a timeout (3h by default) for the job.
|
||||
// # So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
|
||||
// timeout: 3h
|
||||
// # Whether skip verifying the TLS certificate of the Gitea instance.
|
||||
// insecure: false
|
||||
// # The timeout for fetching the job from the Gitea instance.
|
||||
// fetch_timeout: 5s
|
||||
// # The interval for fetching the job from the Gitea instance.
|
||||
// fetch_interval: 2s
|
||||
// # The labels of a runner are used to determine which jobs the runner can run, and how to run them.
|
||||
// # Like: ["macos-arm64:host", "ubuntu-latest:docker://node:16-bullseye", "ubuntu-22.04:docker://node:16-bullseye"]
|
||||
// # If it's empty when registering, it will ask for inputting labels.
|
||||
// # If it's empty when execute `daemon`, will use labels in `.runner` file.
|
||||
// labels: []
|
||||
|
||||
// cache:
|
||||
// # Enable cache server to use actions/cache.
|
||||
// enabled: false
|
||||
// # The directory to store the cache data.
|
||||
// # If it's empty, the cache data will be stored in $HOME/.cache/actcache.
|
||||
// dir: ""
|
||||
// # The host of the cache server.
|
||||
// # It's not for the address to listen, but the address to connect from job containers.
|
||||
// # So 0.0.0.0 is a bad choice, leave it empty to detect automatically.
|
||||
// {% raw %}host: "{{ env "NOMAD_IP_cache" }}"{% endraw +%}
|
||||
// # The port of the cache server.
|
||||
// {% raw %}port: {{ env "NOMAD_HOST_PORT_cache" }}{% endraw +%}
|
||||
// # The external cache server URL. Valid only when enable is true.
|
||||
// # If it's specified, act_runner will use this URL as the ACTIONS_CACHE_URL rather than start a server by itself.
|
||||
// # The URL should generally end with "/".
|
||||
// external_server: ""
|
||||
|
||||
// container:
|
||||
// # Specifies the network to which the container will connect.
|
||||
// # Could be host, bridge or the name of a custom network.
|
||||
// # If it's empty, act_runner will create a network automatically.
|
||||
// network: ""
|
||||
// # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
|
||||
// privileged: false
|
||||
// # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
|
||||
// options:
|
||||
// # The parent directory of a job's working directory.
|
||||
// # If it's empty, /workspace will be used.
|
||||
// workdir_parent:
|
||||
// # Volumes (including bind mounts) can be mounted to containers. Glob syntax is supported, see https://github.com/gobwas/glob
|
||||
// # You can specify multiple volumes. If the sequence is empty, no volumes can be mounted.
|
||||
// # For example, if you only allow containers to mount the `data` volume and all the json files in `/src`, you should change the config to:
|
||||
// # valid_volumes:
|
||||
// # - data
|
||||
// # - /src/*.json
|
||||
// # If you want to allow any volume, please use the following configuration:
|
||||
// # valid_volumes:
|
||||
// # - '**'
|
||||
// valid_volumes:
|
||||
// - '**'
|
||||
// # overrides the docker client host with the specified one.
|
||||
// # If it's empty, act_runner will find an available docker host automatically.
|
||||
// # If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.
|
||||
// # If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work.
|
||||
// docker_host: ""
|
||||
// # Pull docker image(s) even if already present
|
||||
// force_pull: false
|
||||
|
||||
// host:
|
||||
// # The parent directory of a job's working directory.
|
||||
// # If it's empty, $HOME/.cache/act/ will be used.
|
||||
// workdir_parent:
|
||||
// EOH
|
||||
// }
|
||||
|
||||
// // service {
|
||||
// // port = "cache"
|
||||
// // name = "${NOMAD_TASK_NAME}"
|
||||
// // provider = "nomad"
|
||||
// // tags = [
|
||||
// // "traefik.enable=true",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare",
|
||||
// // "traefik.http.routers.${NOMAD_TASK_NAME}.middlewares=authelia@file"
|
||||
// // ]
|
||||
|
||||
// // check {
|
||||
// // type = "tcp"
|
||||
// // port = "cache"
|
||||
// // interval = "30s"
|
||||
// // timeout = "4s"
|
||||
// // }
|
||||
|
||||
// // check_restart {
|
||||
// // limit = 0
|
||||
// // grace = "1m"
|
||||
// // }
|
||||
|
||||
// // } // service
|
||||
|
||||
// resources {
|
||||
// cpu = 400 # MHz
|
||||
// memory = 600 # MB
|
||||
// } // resources
|
||||
|
||||
// } // task gitea-action-runner
|
||||
|
||||
// } // group action-runners
|
||||
|
||||
} // job
|
||||
|
||||
101
templates/nomad_jobs/hishtory-server.hcl
Normal file
101
templates/nomad_jobs/hishtory-server.hcl
Normal file
@@ -0,0 +1,101 @@
|
||||
job "hishtory" {
|
||||
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "service"
|
||||
|
||||
# README
|
||||
# https://github.com/linuxserver/docker-hishtory-server
|
||||
# https://github.com/ddworken/hishtory/blob/master/README.md
|
||||
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// operator = "regexp"
|
||||
// value = "rpi(1|2|3)"
|
||||
// }
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
min_healthy_time = "10s"
|
||||
healthy_deadline = "5m"
|
||||
progress_deadline = "10m"
|
||||
auto_revert = true
|
||||
canary = 0
|
||||
stagger = "30s"
|
||||
}
|
||||
|
||||
group "hishtory" {
|
||||
|
||||
count = 1
|
||||
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
network {
|
||||
port "port1" {
|
||||
to = "8080"
|
||||
}
|
||||
}
|
||||
|
||||
task "hishtory" {
|
||||
|
||||
env {
|
||||
PUID = "${meta.PUID}"
|
||||
PGID = "${meta.PGID}"
|
||||
TZ = "America/New_York"
|
||||
HISHTORY_SQLITE_DB = "/config/hishtory.db"
|
||||
}
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lscr.io/linuxserver/hishtory-server:latest"
|
||||
image_pull_timeout = "10m"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [
|
||||
"${meta.nfsStorageRoot}/pi-cluster/${NOMAD_TASK_NAME}:/config"
|
||||
]
|
||||
ports = ["port1"]
|
||||
} // docker config
|
||||
|
||||
service {
|
||||
port = "port1"
|
||||
name = "${NOMAD_TASK_NAME}"
|
||||
provider = "nomad"
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare"
|
||||
]
|
||||
|
||||
check {
|
||||
type = "tcp"
|
||||
port = "port1"
|
||||
interval = "30s"
|
||||
timeout = "4s"
|
||||
}
|
||||
|
||||
check_restart {
|
||||
limit = 0
|
||||
grace = "1m"
|
||||
}
|
||||
|
||||
} // service
|
||||
|
||||
resources {
|
||||
cpu = 1800 # MHz
|
||||
memory = 800 # MB
|
||||
} // resources
|
||||
|
||||
} // task
|
||||
|
||||
|
||||
} // group
|
||||
|
||||
|
||||
} // job
|
||||
@@ -3,143 +3,149 @@ job "icloud_backup" {
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "service"
|
||||
|
||||
// Need to authenticate within the container by running
|
||||
// icloud --username=<icloud-username> --session-directory=/app/session_data
|
||||
// and then entering the 2FA code that is sent to the user associated with the iCloud account.
|
||||
|
||||
// constraint {
|
||||
// attribute = "${node.unique.name}"
|
||||
// operator = "regexp"
|
||||
// value = "rpi(1|2|3)"
|
||||
// }
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
min_healthy_time = "10s"
|
||||
healthy_deadline = "5m"
|
||||
progress_deadline = "10m"
|
||||
auto_revert = true
|
||||
canary = 0
|
||||
stagger = "30s"
|
||||
}
|
||||
|
||||
group "icloud_backup" {
|
||||
|
||||
count = 1
|
||||
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
min_healthy_time = "10s"
|
||||
healthy_deadline = "5m"
|
||||
progress_deadline = "10m"
|
||||
auto_revert = true
|
||||
canary = 0
|
||||
stagger = "30s"
|
||||
}
|
||||
|
||||
task "icloud_backup" {
|
||||
group "icloud_backup" {
|
||||
|
||||
env {
|
||||
PUID = "${meta.PUID}"
|
||||
PGID = "${meta.PGID}"
|
||||
TZ = "America/New_York"
|
||||
// ENV_ICLOUD_PASSWORD = "[icloud password]" # 2FA renders this env var useless at the moment.
|
||||
}
|
||||
count = 1
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "mandarons/icloud-drive"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [
|
||||
"${meta.nfsStorageRoot}/nate/icloud_backup:/app/icloud",
|
||||
"${meta.nfsStorageRoot}/pi-cluster/icloud_backup/session_data:/app/session_data",
|
||||
"local/icloud_backup.yaml:/app/config.yaml",
|
||||
"/etc/timezone:/etc/timezone:ro",
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
]
|
||||
} // docker config
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
template {
|
||||
destination = "local/icloud_backup.yaml"
|
||||
env = false
|
||||
change_mode = "restart"
|
||||
perms = "644"
|
||||
data = <<-EOH
|
||||
app:
|
||||
logger:
|
||||
# level - debug, info (default), warning, or error
|
||||
level: "info"
|
||||
# log filename icloud.log (default)
|
||||
filename: "icloud.log"
|
||||
credentials:
|
||||
# iCloud drive username
|
||||
username: "{{ icloud_backup_username }}"
|
||||
# Retry login interval
|
||||
retry_login_interval: 3600 # 1 hour
|
||||
# Drive destination
|
||||
root: "icloud"
|
||||
smtp:
|
||||
# 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"
|
||||
password: "{{ icloud_backup_smtp_password }}"
|
||||
host: "{{ email_smtp_host }}"
|
||||
port: {{ email_smtp_port_starttls }}
|
||||
# If your email provider doesn't handle TLS
|
||||
no_tls: false
|
||||
drive:
|
||||
destination: "drive"
|
||||
remove_obsolete: true
|
||||
sync_interval: 172800 # 2 days
|
||||
filters:
|
||||
# File filters to be included in syncing iCloud drive content
|
||||
folders:
|
||||
- "Scanner By Readdle"
|
||||
- "Documents by Readdle"
|
||||
# - "folder3"
|
||||
file_extensions:
|
||||
# File extensions to be included
|
||||
- "pdf"
|
||||
- "png"
|
||||
- "jpg"
|
||||
- "jpeg"
|
||||
- "xls"
|
||||
- "xlsx"
|
||||
- "docx"
|
||||
- "pptx"
|
||||
- "txt"
|
||||
- "md"
|
||||
- "html"
|
||||
- "htm"
|
||||
- "css"
|
||||
- "js"
|
||||
- "json"
|
||||
- "xml"
|
||||
- "yaml"
|
||||
- "yml"
|
||||
- "csv"
|
||||
- "mp3"
|
||||
- "mp4"
|
||||
- "mov"
|
||||
- "wav"
|
||||
- "mkv"
|
||||
- "m4a"
|
||||
photos:
|
||||
destination: "photos"
|
||||
remove_obsolete: true
|
||||
sync_interval: 172800 # 2 days
|
||||
filters:
|
||||
albums:
|
||||
# - "album1"
|
||||
file_sizes: # valid values are original, medium and/or thumb
|
||||
- "original"
|
||||
# - "medium"
|
||||
# - "thumb"
|
||||
EOH
|
||||
} // template data
|
||||
task "icloud_backup" {
|
||||
|
||||
resources {
|
||||
cpu = 900 # MHz
|
||||
memory = 100 # MB
|
||||
} // resources
|
||||
env {
|
||||
ENV_CONFIG_FILE_PATH = "/local/icloud_backup.yaml"
|
||||
PGID = "${meta.PGID}"
|
||||
PUID = "${meta.PUID}"
|
||||
TZ = "America/New_York"
|
||||
// ENV_ICLOUD_PASSWORD = "[icloud password]" # 2FA renders this env var useless at the moment.
|
||||
}
|
||||
|
||||
} // task
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "mandarons/icloud-drive"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [
|
||||
"${meta.nfsStorageRoot}/nate/icloud_backup:/app/icloud",
|
||||
"${meta.nfsStorageRoot}/pi-cluster/icloud_backup/session_data:/app/session_data",
|
||||
"/etc/timezone:/etc/timezone:ro",
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
]
|
||||
} // docker config
|
||||
|
||||
template {
|
||||
destination = "local/icloud_backup.yaml"
|
||||
env = false
|
||||
change_mode = "restart"
|
||||
perms = "644"
|
||||
data = <<-EOH
|
||||
---
|
||||
app:
|
||||
logger:
|
||||
# level - debug, info (default), warning, or error
|
||||
level: "info"
|
||||
# log filename icloud.log (default)
|
||||
filename: "icloud.log"
|
||||
credentials:
|
||||
# iCloud drive username
|
||||
username: "{{ icloud_backup_username }}"
|
||||
# Retry login interval
|
||||
retry_login_interval: 3600 # 1 hour
|
||||
root: "icloud"
|
||||
smtp:
|
||||
# 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"
|
||||
password: "{{ icloud_backup_smtp_password }}"
|
||||
host: "{{ email_smtp_host }}"
|
||||
port: {{ email_smtp_port_starttls }}
|
||||
# If your email provider doesn't handle TLS
|
||||
no_tls: false
|
||||
drive:
|
||||
destination: "drive"
|
||||
remove_obsolete: true
|
||||
sync_interval: 172800 # 2 days
|
||||
filters:
|
||||
# File filters to be included in syncing iCloud drive content
|
||||
folders:
|
||||
- "Scanner By Readdle"
|
||||
- "Documents by Readdle"
|
||||
# - "folder3"
|
||||
file_extensions:
|
||||
# File extensions to be included
|
||||
- "pdf"
|
||||
- "png"
|
||||
- "jpg"
|
||||
- "jpeg"
|
||||
- "xls"
|
||||
- "xlsx"
|
||||
- "docx"
|
||||
- "pptx"
|
||||
- "txt"
|
||||
- "md"
|
||||
- "html"
|
||||
- "htm"
|
||||
- "css"
|
||||
- "js"
|
||||
- "json"
|
||||
- "xml"
|
||||
- "yaml"
|
||||
- "yml"
|
||||
- "csv"
|
||||
- "mp3"
|
||||
- "mp4"
|
||||
- "mov"
|
||||
- "wav"
|
||||
- "mkv"
|
||||
- "m4a"
|
||||
photos:
|
||||
destination: "photos"
|
||||
remove_obsolete: true
|
||||
sync_interval: 172800 # 2 days
|
||||
all_albums: false # Optional, default false. If true preserve album structure. If same photo is in multiple albums creates duplicates on filesystem
|
||||
folder_format: "%Y-%m" # optional, if set put photos in subfolders according to format. Cheatsheet - https://strftime.org
|
||||
filters:
|
||||
albums:
|
||||
# - "album1"
|
||||
file_sizes: # valid values are original, medium and/or thumb
|
||||
- "original"
|
||||
# - "medium"
|
||||
# - "thumb"
|
||||
EOH
|
||||
} // template data
|
||||
|
||||
resources {
|
||||
cpu = 900 # MHz
|
||||
memory = 100 # MB
|
||||
} // resources
|
||||
|
||||
} // task
|
||||
|
||||
|
||||
} // group
|
||||
} // group
|
||||
|
||||
|
||||
} // job
|
||||
|
||||
@@ -137,6 +137,7 @@ job "pihole" {
|
||||
service {
|
||||
name = "piholeDNStcp"
|
||||
port = "dns"
|
||||
provider = "nomad"
|
||||
check {
|
||||
type = "tcp"
|
||||
port = "dns"
|
||||
|
||||
@@ -70,45 +70,136 @@ job "recyclarr" {
|
||||
sonarr:
|
||||
series:
|
||||
base_url: https://sonarr.{{ homelab_domain_name }}/
|
||||
api_key: {{ sonarr_api_key }}
|
||||
api_key: "{{ sonarr_api_key }}"
|
||||
delete_old_custom_formats: true
|
||||
replace_existing_custom_formats: true
|
||||
|
||||
# Quality definitions from the guide to sync to Sonarr. Choices: series, anime
|
||||
quality_definition:
|
||||
type: series
|
||||
|
||||
# Release profiles from the guide to sync to Sonarr v3 (Sonarr v4 does not use this!)
|
||||
# Use `recyclarr list release-profiles` for values you can put here.
|
||||
# https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/
|
||||
release_profiles:
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
reset_unmatched_scores:
|
||||
enabled: true
|
||||
upgrade:
|
||||
allowed: true
|
||||
until_quality: WEB-1080p
|
||||
qualities:
|
||||
- name: Bluray-2160p Remux
|
||||
enabled: false
|
||||
- name: Bluray-2160p
|
||||
enabled: false
|
||||
- name: WEB-2160p
|
||||
enabled: false
|
||||
qualities:
|
||||
- WEBRip-2160p
|
||||
- WEBDL-2160p
|
||||
- name: HDTV-2160p
|
||||
enabled: false
|
||||
- name: Bluray-1080p Remux
|
||||
enabled: false
|
||||
- name: Bluray-1080p
|
||||
- name: WEB-1080p
|
||||
qualities:
|
||||
- WEBRip-1080p
|
||||
- WEBDL-1080p
|
||||
- name: HDTV-1080p
|
||||
- name: Bluray-720p
|
||||
enabled: false
|
||||
- name: WEB-720
|
||||
qualities:
|
||||
- WEBRip-720p
|
||||
- WEBDL-720p
|
||||
- name: HDTV-720p
|
||||
custom_formats:
|
||||
- trash_ids:
|
||||
- EBC725268D687D588A20CBC5F97E538B # Low Quality Groups
|
||||
- 1B018E0C53EC825085DD911102E2CA36 # Release Sources (Streaming Service)
|
||||
- 71899E6C303A07AF0E4746EFF9873532 # P2P Groups + Repack/Proper
|
||||
strict_negative_scores: false
|
||||
|
||||
- 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK
|
||||
- 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ
|
||||
- e2315f990da2e2cbfc9fa5b7a6fcfe48 # LQ Release Title
|
||||
# - 47435ece6b99a0b477caf360e79ba0bb # X265
|
||||
- fbcb31d8dabd2a319072b84fc0b7249c # Extras
|
||||
- 32b367365729d530ca1c124a0b180c64 # Bad dual lingual groups
|
||||
- 82d40da2bc6923f41e14394075dd4b03 # No-RlsGroup
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: -1000
|
||||
- trash_ids:
|
||||
- 76e060895c5b8a765c310933da0a5357 # Optionals
|
||||
filter:
|
||||
include:
|
||||
- cec8880b847dd5d31d29167ee0112b57 # Golden rule
|
||||
- 436f5a7d08fbf02ba25cb5e5dfe98e55 # Ignore Dolby Vision without HDR10 fallback.
|
||||
# - f3f0f3691c6a1988d4a02963e69d11f2 # Ignore The Group -SCENE
|
||||
# - 5bc23c3a055a1a5d8bbe4fb49d80e0cb # Ignore so called scene releases
|
||||
- 538bad00ee6f8aced8e0db5218b8484c # Ignore Bad Dual Audio Groups
|
||||
- 4861d8238f9234606df6721df6e27deb # Ignore AV1
|
||||
- bc7a6383cbe88c3ee2d6396e1aacc0b3 # Prefer HDR
|
||||
- 6f2aefa61342a63387f2a90489e90790 # Dislike retags: rartv, rarbg, eztv, TGx
|
||||
- 19cd5ecc0a24bf493a75e80a51974cdd # Dislike retagged groups
|
||||
- 6a7b462c6caee4a991a9d8aa38ce2405 # Dislike release ending: en
|
||||
- 236a3626a07cacf5692c73cc947bc280 # Dislike release containing: 1-
|
||||
# - fa47da3377076d82d07c4e95b3f13d07 # Prefer Dolby Vision
|
||||
- ec8fa7296b64e8cd390a1600981f3923 # Repack
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 5
|
||||
- trash_ids:
|
||||
- eb3d5cc0a2be0db205fb823640db6a3c # Repack2
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 6
|
||||
- trash_ids:
|
||||
- 44e7c4de10ae50265753082e5dc76047 # Repack3
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 7
|
||||
- trash_ids: # Streaming services, Low Tier
|
||||
- bbcaf03147de0f73be2be4a9078dfa03 # 40D
|
||||
- fcc09418f67ccaddcf3b641a22c5cfd7 # ALL4
|
||||
- 77a7b25585c18af08f60b1547bb9b4fb # CC
|
||||
- f27d46a831e6b16fa3fee2c4e5d10984 # CANALPlus
|
||||
- 4e9a630db98d5391aec1368a0256e2fe # CRAV
|
||||
- 36b72f59f4ea20aad9316f475f2d9fbb # DCU
|
||||
- 7be9c0572d8cd4f81785dacf7e85985e # FOD
|
||||
- 7a235133c87f7da4c8cccceca7e3c7a6 # HBO
|
||||
- f6cce30f1733d5c8194222a7507909bb # HULU
|
||||
- dc503e2425126fa1d0a9ad6168c83b3f # IP
|
||||
- 0ac24a2a68a9700bcb7eeca8e5cd644c # iT
|
||||
- b2b980877494b560443631eb1f473867 # NLZ
|
||||
- fb1a91cdc0f26f7ca0696e0e95274645 # OViD
|
||||
- c30d2958827d1867c73318a5a2957eb1 # Red
|
||||
- ae58039e1319178e6be73caab5c42166 # Sho
|
||||
- d100ea972d1af2150b65b1cffb80f6b5 # TVer
|
||||
- 0e99e7cc719a8a73b2668c3a0c3fe10c # U-next
|
||||
- 5d2317d99af813b6529c7ebf01c83533 # VDL
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 50
|
||||
- trash_ids: # Streaming services, second tier
|
||||
- d660701077794679fd59e8bdf4ce3a29 # AMZN
|
||||
- a880d6abc21e7c16884f3ae393f84179 # HMAX
|
||||
- d34870697c9db575f17700212167be23 # NF
|
||||
- 1656adc6d7bb2c8cca6acfb6592db421 # PCOK
|
||||
- c67a75ae4a1715f2bb4d492755ba4195 # PMTP
|
||||
- 3ac5d84fce98bab1b531393e9c82f467 # QIBI
|
||||
- 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 80
|
||||
- trash_ids: # Streaming services, Top tier
|
||||
- f67c9ca88f463a48346062e8ad07713f # ATVP
|
||||
- 89358767a60cc28783cdc3d0be9388a4 # DSNP
|
||||
- 81d1fbf600e2540cee87f3a23f9d3c1c # MAX
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 100
|
||||
- trash_ids: # HQ Source Groups: Tier 1
|
||||
- e6258996055b9fbab7e9cb2f75819294
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 1700
|
||||
- trash_ids: # HQ Source Groups: Tier 2
|
||||
- 58790d4e2fdcd9733aa7ae68ba2bb503
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 1650
|
||||
- trash_ids: # HQ Source Groups: Tier 3
|
||||
- d84935abd3f8556dcd51d4f27e22d0a6
|
||||
quality_profiles:
|
||||
- name: "HD - 720p/1080p"
|
||||
score: 1600
|
||||
|
||||
# Configuration specific to Radarr.
|
||||
radarr:
|
||||
movies:
|
||||
base_url: https://radarr.{{ homelab_domain_name }}/
|
||||
api_key: {{ radarr_api_key }}
|
||||
api_key: "{{ radarr_api_key }}"
|
||||
delete_old_custom_formats: true
|
||||
replace_existing_custom_formats: true
|
||||
|
||||
@@ -120,10 +211,10 @@ radarr:
|
||||
quality_profiles:
|
||||
- name: "720p/1080p"
|
||||
reset_unmatched_scores:
|
||||
enabled: true
|
||||
enabled: true
|
||||
- name: "720p/1080p Remux"
|
||||
reset_unmatched_scores:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
||||
custom_formats:
|
||||
# Use `recyclarr list custom-formats radarr` for values you can put here.
|
||||
@@ -184,9 +275,9 @@ radarr:
|
||||
- f2aacebe2c932337fe352fa6e42c1611 # 9.1 Surround
|
||||
quality_profiles:
|
||||
- name: "720p/1080p"
|
||||
score: -50
|
||||
score: -100
|
||||
- name: "720p/1080p Remux"
|
||||
score: -50
|
||||
score: -100
|
||||
|
||||
- trash_ids:
|
||||
- 89dac1be53d5268a7e10a19d3c896826 # 2.0 Stereo
|
||||
@@ -201,6 +292,7 @@ radarr:
|
||||
score: 80
|
||||
- name: "720p/1080p Remux"
|
||||
score: 80
|
||||
|
||||
EOH
|
||||
}
|
||||
|
||||
|
||||
27
templates/nomad_jobs/remove_nzbs.hcl
Normal file
27
templates/nomad_jobs/remove_nzbs.hcl
Normal file
@@ -0,0 +1,27 @@
|
||||
job "remove_nzbs" {
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "batch"
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
operator = "regexp"
|
||||
value = "rpi"
|
||||
}
|
||||
|
||||
periodic {
|
||||
cron = "*/15 * * * * *"
|
||||
prohibit_overlap = true
|
||||
time_zone = "America/New_York"
|
||||
}
|
||||
|
||||
task "remove_nzbs" {
|
||||
driver = "raw_exec"
|
||||
config {
|
||||
command = "/home/pi/.pyenv/shims/python"
|
||||
args = ["/home/pi/repos/bin/bin-sabnzbd/removeNZBs.py"]
|
||||
}
|
||||
|
||||
} // /task do_backups
|
||||
|
||||
} //job
|
||||
97
templates/nomad_jobs/speedtest.hcl
Normal file
97
templates/nomad_jobs/speedtest.hcl
Normal file
@@ -0,0 +1,97 @@
|
||||
job "speedtest" {
|
||||
region = "global"
|
||||
datacenters = ["{{ datacenter_name }}"]
|
||||
type = "service"
|
||||
|
||||
constraint {
|
||||
attribute = "${node.unique.name}"
|
||||
operator = "regexp"
|
||||
value = "macmini"
|
||||
}
|
||||
|
||||
update {
|
||||
max_parallel = 1
|
||||
health_check = "checks"
|
||||
min_healthy_time = "10s"
|
||||
healthy_deadline = "5m"
|
||||
progress_deadline = "10m"
|
||||
auto_revert = true
|
||||
canary = 0
|
||||
stagger = "30s"
|
||||
}
|
||||
|
||||
group "speedtest" {
|
||||
|
||||
count = 1
|
||||
|
||||
restart {
|
||||
attempts = 0
|
||||
delay = "30s"
|
||||
}
|
||||
|
||||
network {
|
||||
port "port1" {
|
||||
to = "80"
|
||||
}
|
||||
}
|
||||
|
||||
task "speedtest" {
|
||||
|
||||
env {
|
||||
PUID = "${meta.PUID}"
|
||||
PGID = "${meta.PGID}"
|
||||
TZ = "America/New_York"
|
||||
DB_CONNECTION = "sqlite"
|
||||
APP_KEY = "{{ speedtest_app_key }}"
|
||||
}
|
||||
|
||||
driver = "docker"
|
||||
config {
|
||||
image = "lscr.io/linuxserver/speedtest-tracker:latest"
|
||||
image_pull_timeout = "10m"
|
||||
hostname = "${NOMAD_TASK_NAME}"
|
||||
volumes = [
|
||||
"${meta.nfsStorageRoot}/pi-cluster/${NOMAD_TASK_NAME}:/config"
|
||||
]
|
||||
ports = ["port1"]
|
||||
} // docker config
|
||||
|
||||
service {
|
||||
port = "port1"
|
||||
name = "${NOMAD_TASK_NAME}"
|
||||
provider = "nomad"
|
||||
tags = [
|
||||
"traefik.enable=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.rule=Host(`${NOMAD_JOB_NAME}.{{ homelab_domain_name }}`)",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.entryPoints=web,websecure",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.service=${NOMAD_TASK_NAME}",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls=true",
|
||||
"traefik.http.routers.${NOMAD_TASK_NAME}.tls.certresolver=cloudflare"
|
||||
]
|
||||
|
||||
check {
|
||||
type = "tcp"
|
||||
port = "port1"
|
||||
interval = "30s"
|
||||
timeout = "4s"
|
||||
}
|
||||
|
||||
check_restart {
|
||||
limit = 0
|
||||
grace = "1m"
|
||||
}
|
||||
|
||||
} // service
|
||||
|
||||
resources {
|
||||
cpu = 1000 # MHz
|
||||
memory = 200 # MB
|
||||
} // resources
|
||||
|
||||
} // task
|
||||
|
||||
|
||||
} // group
|
||||
|
||||
|
||||
} // job
|
||||
@@ -40,6 +40,7 @@ job "valentina" {
|
||||
VALENTINA_GUILDS = "{{ valentina_guids }}"
|
||||
VALENTINA_LOG_LEVEL = "INFO"
|
||||
VALENTINA_LOG_LEVEL_AWS = "INFO"
|
||||
VALENTINA_LOG_LEVEL_HTTP = "ERROR"
|
||||
VALENTINA_MONGO_DATABASE_NAME = "{{ valentina_mongo_database_name }}"
|
||||
VALENTINA_MONGO_URI = "{{ valentina_mongo_uri }}"
|
||||
VALENTINA_OWNER_CHANNELS = "{{ valentina_owner_channels }}"
|
||||
|
||||
436
vault.yml
436
vault.yml
@@ -1,216 +1,222 @@
|
||||
$ANSIBLE_VAULT;1.1;AES256
|
||||
62396563613031656439666537383564633031376439653235303834623532333435393666383238
|
||||
3666663262633462633732643164636635306336353834610a313664366434613561633835366137
|
||||
34303561396435626466316432643135353739326261636335346261626536616132333466663365
|
||||
6331373264396164330a653837393237633837613466353235396531653932363436636236373939
|
||||
66373031343362643237626531303231616261333737316237663965633065306666663235393063
|
||||
33663862303366343736373235383162336633653736393162373161636363633238633431396230
|
||||
65633638356262363439663530643763373863366465613539356131393337336666633332636635
|
||||
65666265393837633938656435653631356331313238373763393530363062396637623430383632
|
||||
38363662663564316136653431346464303761386639363436633466626137663966346333333031
|
||||
33643433643765366237373237653938656635643737633931656666313335626265613239623531
|
||||
31343033336132656638353533663934366464343430353734326439653235313232356631356261
|
||||
62356537323766356262323931366266386362386565323765313933346435363534646434343365
|
||||
65666462313461326464623531356438323933646537363034303638646563636432393061326439
|
||||
62663061666238623335643038326135383631653331653936336535666331626539313665656438
|
||||
35653936653237333832343438336130336632636335613264366335316363343539353161643231
|
||||
33653536326335633164633563353139386532333130386438313966353238353631363531393537
|
||||
38663839373534613232393463663439356264613930336530646464353635333566613033313235
|
||||
64333664326638616439643439313734323163366435616265333033343636633934666630653637
|
||||
65373237343764353833366663323737653239363936346461303739656234343531373864316238
|
||||
35616430346263353061313330333865366638343732643362623264636538323538363930306665
|
||||
62653565633366363930333437633137616532393633313631656561653236383736353861333737
|
||||
31646431306334313038653833633566353434616363333039663661656631313565313465303865
|
||||
38353232643132366636356466373038343262353332393730623831633266643638626433613335
|
||||
65366566633332623161633330643762323165616561353635316366323235303135326139643939
|
||||
65323234626466633962376465373732356536386631346539373437303166376434393761376338
|
||||
61383038316136656536313661353538366235383861653433313530383837306130643762383661
|
||||
64336235353066333833333834326463653430346231346462336162333432326164633330653432
|
||||
37343936316565333233303833346262366339386561373066353839383866653634376530343035
|
||||
35653232306262393032623630316332626539613730386133666463346536303239623532383939
|
||||
64393365643435623363323838353764346465306465306130346430303939363566303663336536
|
||||
30663863393563336431396164336538653263386436383533376634383965383166323766656135
|
||||
62326635653465313536343230633435346639346638393631613337626130363739636234613431
|
||||
30396161366433313836386635346430313930326638616134666433666361323439643539643730
|
||||
66626365373866616335613134653566313637373535333966666332346537393364343432333035
|
||||
36346262303631636631376338313339616139613336346638373865366466643534393334356365
|
||||
38303637343539343830633833356430656563303932386163326266386435356330626663633363
|
||||
33363661333830323831353836646436306661616230643939323033653232663237613163383138
|
||||
63616138616232306563353465326639346363353135393365323833383365363966613231643262
|
||||
61343463353232303138343231636237333833333134623634343939366538313136633661333231
|
||||
30653431666161646363633834633633656561366232363362633539356161366531353639353734
|
||||
36396335333462306331653135633736663030373163663235323161303665613366336630326634
|
||||
30373765653135316134656665656331366362383533623530363564353232323630643765626138
|
||||
39396664366631353765616430616639646565653436356665633633383132626635653832653662
|
||||
30643262353531626565303431316664356665343031373932663561303565376430383039646564
|
||||
36623162336239663034633866326537383761623638653434313761336336643866666365363431
|
||||
63663535326532383233346466613431313438393632313664336230326531353039333566636662
|
||||
64373961386263643632663430353661316137633830323735366163616564333931303266643064
|
||||
63333530653331333436353666343533613365373130613634386136316639363331636635656334
|
||||
33373938343662306164653330636461653761366638643166616239373931343637306531373933
|
||||
63363533623066343261353366373562623061343635353533616236666337303366653662323632
|
||||
31326637323534323865663738393765393333313738313436323338373265356336383861356431
|
||||
36376236323937653561336337636266636165643762343431383061306661353734336437366337
|
||||
31366366346263373533313431353161316439613933366638623235396231353634323465663737
|
||||
62353334323361363134343762343235636263663664356336363264323962373832666366366263
|
||||
38643231656237386561636533383062356433383335643636623331343731313032383537623037
|
||||
62323863303830363961623664303632383466393564343762623638303632613264346130396534
|
||||
38383363316337646635616261653232313332343832386633343837393530373964323631666130
|
||||
32313562366631356538373737316231303039366562326664363863363637353564393832376139
|
||||
61316565653635653238326261343632653966646166326234356161333763363462663562386333
|
||||
30326362363836613666303964343039313461306139343262303334623034653039363634616439
|
||||
39666536333263616231383532343236646634383835316433386638386537383065666664323336
|
||||
39303566633535613834316231663530373238663730663331326262363039356130343832323365
|
||||
38303865396330393866623964623335373533656334306134336461313730663533313161333532
|
||||
32396236386534353737646539643835393164633433303462353266623066333037343766653865
|
||||
34623761396239313063643232313736386431643030663831623262373736363163336135626161
|
||||
64373631613137646637653466653335353736303032343432636230303131616364653063663432
|
||||
35313636653461623334376332666661353465623865623164316230626238346639643139373033
|
||||
31326666636431343462363231373161663239636635333566353861383532326165663936376337
|
||||
38356566373662306265376530333063656431373332373530336262636138323763313435323535
|
||||
38366165383365653563343461386564373430623737623938666230313662333235383261336263
|
||||
38303165333136376165303636383630613231623239363032373539356531633535393734303863
|
||||
30376631653136313762623934616532616662646336393464316162353731653461333132386132
|
||||
37666665396132336464353637326431313537366132663238396361613235626466636366396435
|
||||
34643237316665313639353336633865373335386535393232343038343237363565346639653733
|
||||
62643034306336336639333535383437363635316665383338636461393038633263333037353638
|
||||
36316533323833353037613332363165633662623031353666346261613065383665633266336434
|
||||
63343638383533653864396261306635363637306265623234353939393262636233303861313437
|
||||
31323665663432363164613065663636323165666464633833346232633262656534313663333766
|
||||
32633561353361323732656139613933343664336439616534346132643832626566376665656463
|
||||
31343130663131323062336133633162623863333732353331343165653638636165653861383363
|
||||
66373238303036633034666163353663666461666335393930373436323362656430383330383237
|
||||
66353130636265333434643434383865643536326237366366396132626533646665366261633361
|
||||
61623466323536336237333564663236653063646262633561393331363931303565623365386133
|
||||
33636430643436343663396563326532303438613337663737303434346131303661366439643233
|
||||
36363530313730646534643930376235356133653362363333343432323937336430666266363565
|
||||
62373963646630303134613563623563353961313263366332663662656166613631393865643235
|
||||
64623832376634306233333130366334343961323266303835353666326562346539323534316162
|
||||
63393766373333613733303265363862346636376561633931313031653539663138313335623033
|
||||
33396161336534383835333764323736383461373332353137666462376233306463316663393331
|
||||
32336535366434333837316433363133643139643366376339623165383237373563366130656532
|
||||
33626635646639373232623631383234613332613361663734383764643964616133333462623034
|
||||
31393630316661623066316361373965656637653263623637376262656566353339356630643466
|
||||
62376531303939363165623635656634313639343036633730643565663634626166393862366564
|
||||
63393038633366633332623064353062323738663065306637303039386363653932336266333965
|
||||
65363863643538393461303664373830613263313133633337666139656630616464323666613466
|
||||
35383466303063373438656664306666356664366134373432386239623533353433346430323637
|
||||
32613666396538653563643662666461636139623934626536373362623936333035343435616435
|
||||
38343238333862643837653037653566313738653938396163313662346466363966363736383838
|
||||
61396663616361626239646332393631653963663566346138393464323335353930343231343238
|
||||
32333838376265363538303939346564383735393664333430616165313364393836313730396466
|
||||
61623165356665373634363331323234646634613361326436366334656261356435653864343330
|
||||
61313139396235623831383630313261636334333334636163653033316537623964333335326365
|
||||
30333732393162613237336166323166666636633138353562383338366362363833366130616465
|
||||
31313932623236383935346537626130623837396161323066623763663466303865353537653733
|
||||
61666539303632666664333935326666363263626134653766383130646439306231653739316235
|
||||
62613732616336633964303264616239386636643266373262386361303030653037366631323563
|
||||
31326236663838326566336233323133393239663232663039323636313731333033316230313266
|
||||
32333330643638376638353266613430383066326464633337353337663736323730316262323165
|
||||
32623663373736326164616264623066313930623332376238393037343931303338303262323965
|
||||
34386632353435643064623534616436396366343930336334666335666563373432373538373362
|
||||
63363338363130363364346466656632363837323263656562656362383064396139323837343632
|
||||
36353937303934363133346338633563363761303866333863646666633736393061653064653162
|
||||
64396462346462323439323531313035373364383137383764343164393536393365663466626161
|
||||
30653633643232633063313665313636653237366566616530656338623939353765663264353432
|
||||
39316633396662366137373762636236316131353531616236653938613530386632356434643933
|
||||
66306135356631366438353932653131333138383036653163653230366132396562643733346561
|
||||
65613332636636656266333566363131336436363539643034313862353239393736393631353036
|
||||
63353134386539656261383432306431386537656530303639383464616162383236386666393235
|
||||
66343463336238363361393861613231343138653631623030323031353430653233623435646534
|
||||
30646164643939376139333664323136323030376434326266336335393336333766653961313665
|
||||
33346639323231663835373332636637613439303164393566323833383565393534636361623736
|
||||
37363664393066663535616463333336373035623036316263363031363266373630633632353237
|
||||
37333961313430663632646633613737353732663938376262363732376262633337616130326463
|
||||
62376266396334353034383434623030633435646135323830336466303030396337396263386131
|
||||
35616237353937383731663961656365356334313665383162303930623765396338353533613930
|
||||
62306630336662386435636539366462623965343763303732396332633863663934356337386263
|
||||
32356234643230626530643337353237323165353235343137666335653364353034646634373961
|
||||
33393363616563306434366631663234343532616638396165393939323661653163636265663534
|
||||
62623036366333633566376136653938623234626238363138636261383031336631313735636661
|
||||
34613432333935653138626334633431336633343737303438626234306330373130386566613066
|
||||
36316636373733323161636162386635653534623263616431623064656531626661613039343861
|
||||
36623537626333643936313238343733353038623836323234353531636337613163393062376666
|
||||
38636333626365363231623663323834396262616536303362356230303664346163663162646663
|
||||
62306331616336666462333966333739336337313164316266353264353334353837393163346132
|
||||
33333765353139376132663633616332383138396361383831616631376237376332396530643937
|
||||
32373936643133343538356561333235363132616462633862623066386266616535626634616635
|
||||
36373766646332646361373264626363613935396633323263633237633433333864623238653536
|
||||
30663430646236303063323865326363316161393064383666633432643861376164333961613031
|
||||
32663738336266356366353162353031386330623163626564666561653630616230376634396634
|
||||
65363935666436646361633837326636636134383236643132343739306331356534316565333264
|
||||
64646464636263323036356437336461633636353039616664323565333866393833363930613431
|
||||
36653764646261363931376332646636343830653036653331386263356132373433313338366239
|
||||
34626632616336373334643138343137663030653762646230353132623637613137633336313539
|
||||
39343830383462653031396162633730656631383438323133363335663363646465653831333337
|
||||
39343732663462343933316264353437613735353764623665666263663563663137373361383464
|
||||
33373136623666613065326563613732366430313561643966313832653165613565393761663835
|
||||
39386531356233623161626263646261643634643330623730383235303766636131393630353361
|
||||
61636661323330663963643534383634623466376363633437613364616634326133613363353038
|
||||
62383336303638373039613034386230636639623165626666666235386230343566386636386261
|
||||
35376465623737383165633065666439626638666538656230613265636261376163613064383630
|
||||
33656137636464613932653531643333333532396439613861373033306637656363663834336534
|
||||
34396332313230613962653539333635323663333862326235396263393332363835663833643733
|
||||
62613233323361363532383961333565326432333033383361303332323065336165633365663361
|
||||
38643837666136393465333936303933386636373035646532633665333137393036643830396132
|
||||
36646231393361313531376463623238643431303935393436303438633837643863636263353637
|
||||
32663032346662623861616538633535396230653933646336353338383161636538313334393565
|
||||
35633636343366323334623631386534666232666436303435323534303335326665636138306263
|
||||
65646362313937373837383132306133666435633161643936363532383135663362393866356662
|
||||
37343930323362663261386130356236333736613138326531646439373538323831363966333034
|
||||
65643836356366616636303331316638646164633639363735386633393865646364666434373838
|
||||
63313235313165313230623331373738646437663565613865623666353138343937346531626436
|
||||
65656365383432363931303238646431383064356330383239616533396534636135653266613631
|
||||
65386261656531663561313661396139373263633834323131666634663338656564393232303163
|
||||
35653862643634326362353134663130303839616435376537303763343339366463383532616563
|
||||
64636638303635333964373336663037303837653137663036393966326636303435646133393465
|
||||
33616565613765353165313230633461303730363231623530623538646662333434303534363266
|
||||
66616265356634663064616536643864633638383536363866323137636365303264613839623337
|
||||
38346431396437313239366266346331306430386137376339366535626335653066663364373762
|
||||
37636462316238666138323235643833643839346632343038393766393862636366353261646534
|
||||
38316130663465313433643265623561346532666565323030643537623465366336326435363763
|
||||
62663531623365386335666636383531306264303062636435373138393535623033643964333438
|
||||
31633034636535666133653830646339646464386232326162386565333563343466326265386539
|
||||
32643039373833343933313666653963643034303039656365396639383465616661616436613437
|
||||
38343764303335313063636266346463343439346235353763636662303564313265666533666263
|
||||
37336632633836316463356333643238393030643433613133643835376138353166336138303165
|
||||
37373837623562366436373730356666316233656135353662346262393539353136316265346464
|
||||
35393831336261316230343264316134353965303032306536326439383739666634623663623563
|
||||
66643363376132643737353862313536353933353132303931333066396330646139363563653534
|
||||
64653234613461303637663330333766333637643862336261373765326261646263633136336538
|
||||
33303161373336643737323235336632393137653935306337626436336161386263636339663933
|
||||
36396162313861663333656463663863323264333163343631333039653332633535623934653963
|
||||
65303038326536373339656635303635626136633031643138646137653865643830376362366436
|
||||
30366336366363643365373364643937363664613436376665616432363333653932326130343235
|
||||
36613131623730316462633834643131356337356164656339346539323933653461316435343039
|
||||
61386438636330326461633632666631363538656230343035656633353730626231373834323964
|
||||
38363762353736616566323831346164303630383662333162613639663637363533383734356665
|
||||
62393164343265386132356530303337626366623830373434376565336133393230346635623330
|
||||
36326463303665306136373165643764633339313638366532376336353432636632663434646566
|
||||
33333434643665356331633666356633623433363036393765356234613635363363663436623064
|
||||
62646534393336343961383137633339376661396264333265623831383033653938373130396164
|
||||
33396264363237313633383562333637376165316261313166356631636162346563386163393739
|
||||
63333031633166613966343339353234613965343234616537336666306564613031636137636261
|
||||
63386336653430373939306466653064633636623136306138663731386232303564313762643035
|
||||
30376634393961326636336135353036643935643431343666326331316338376639616138386435
|
||||
64666531353139653563303932353832306438663337383761663463613165323132343664393630
|
||||
39333862343264356266643439653639623434663235666136616234303735613636333630393032
|
||||
38643334383534636232303238356238353135343664303034323565366335653064333038376631
|
||||
32646661373331383664623337663831626563613964663039623333366363323032336330313130
|
||||
39303162356637626564313335386630656234323734656332663364643732643261386662643436
|
||||
31666333326537336362643062646165356164386630653464396335376562636432666532616536
|
||||
62353466383635356238396132336133633332366336636663303333656235636265396238323430
|
||||
32383431656162663964323862626631636361316364316563353138636138313263373566646261
|
||||
38626634663932346139383363346132353462353462323265363838323531303061633562386130
|
||||
35643465633266663463613365396139616130646635636439623633346332636333623166313936
|
||||
39313131613461623636366462613337316664623161393635383661656361633836646664633364
|
||||
30323361623866306532386136303562636130313464346138306637656431376136303062636236
|
||||
62623535633663656365633462366630343034366533346230336566313531646363396135373565
|
||||
63303433656131636666363032363161376534303966353730386139366437356262366334393431
|
||||
62343033353463646537656130353339336138633962323136353737373365366435353933313439
|
||||
39653532386263336333393062303436393361363735306561366663643639393838353338653366
|
||||
34643836303363363466613932653666303130356330303932353737346236323035633533393766
|
||||
34326630303863393138386261643163353963316232393232653438396233386661616263326430
|
||||
33393733353535303030653062326238393537316436323262643763376434663561323363613831
|
||||
34303932643236363835373463306630663461383636346561353237393233313163616363373138
|
||||
336232363362326263343834666337396137
|
||||
39376437663661656434636637396539303863633934376535353938656434386533323063626439
|
||||
3665306133383637383739626233663565383562393534640a396436386366303730653366363530
|
||||
39383533663836613934303665613031636535646233316364313766303964666266646134343833
|
||||
3365623733383236630a616635383739636635663964323361663439336235336536626433333438
|
||||
63356539353363663930363639396666386236653337313366313362326132346563663663633165
|
||||
36396635616138313539653966373462363666316462313765623665303439383233353733656237
|
||||
38643466393336333031326438316662386137613936626563393461613236613738306537666166
|
||||
34313964346132623131623561363331323764373336613238313764653739623437656136333133
|
||||
37663238653665313430653031393239636562376533346335363263373836613331333131623164
|
||||
36323535633831656136633661326362646366623037386233656238616163623564653137303834
|
||||
39643965363039643537303031643032333836316534336439346665316436306465663062323338
|
||||
35393132346334653539343430373934323233623432386665633532366335333031356263376266
|
||||
36386231613533383265346130383238316666663230643532383938663562386639326330646462
|
||||
38633930343332353664363463303438643232633862646535626131633633396266353337396231
|
||||
65353132653034653661316630663462633565363966326137373835316366313734646230376365
|
||||
33666536333134323532363935326234393031393261393935656131366364616165643662333137
|
||||
33316562663566353338346538313933313562613532383733326433653262366135353830336361
|
||||
65343437346234343032323763353030663731336236623635633437393332323164666539313965
|
||||
37366563383463613032333437366133343361643131353963346531313037643862363762383735
|
||||
65383765386462653263343335633065623836613736663532313433396433376139633333653663
|
||||
37336565656463356166636330306333636561366335366638383861316633623661396565633462
|
||||
32623530326334383065346466643766383531353962666135313466633532643664356430386133
|
||||
64653737326430623666313666643334313866616630313162666436373031363630613065393938
|
||||
34626562346333346362643461346163396565393064356663356132663731353364363565316466
|
||||
64343938613864646438326630323463323435393730643631626237303466346538376566333235
|
||||
35393939626463376633306566336564663765313333616539376237323735656335646635366662
|
||||
65363761616439656162363834623035346230383434653662366235343334636630383331623637
|
||||
63633666646262646134303930363431343964373963393035343932393739633664373362343563
|
||||
30643766643935643731613737646134303133646632313630353530376635616439666566636634
|
||||
64336161336535323362616637306231376534336437633364393962666662336564643030373030
|
||||
37356136336235313737316232613036366632663266306131366634386462336535303636353663
|
||||
34313538373965636366356435613664313934663264666533316231623331336533396634333761
|
||||
66363562623235626235346232306664636239386131353966366134393932653465636137646333
|
||||
37376534313361666534383433613331663131626461373931343338643433616561336566626361
|
||||
62623661323338353265356361366537653164316465316631653263636165636166366466326230
|
||||
37363632653031616563323737616438666166363936386531313537653239656163353731366662
|
||||
66616438303538366338326533653630636338323435636263616263306636616632616533623130
|
||||
32316139356430656262343133653932356231386364393734393964343537306561383138316536
|
||||
64663132393239306665353636643561336334393938643239336637303766393533323436386665
|
||||
61373036623566613931366365663961396432346535633837323531323934373939383832636637
|
||||
64653131333432666366393431303036353165643362383934623730323965306163303333323236
|
||||
63626130373234366531386465636336663065633339386337366361316235333563653534313064
|
||||
38393437383438323762616330393535326333366364666330646135636339363232333336326162
|
||||
39633964373439346237363734316633376234383933666137616533313034333932353330623333
|
||||
37373963363234326634663634333766616232626262663764326164333464663066636339646463
|
||||
37633937666532613762313330323365323033613039316463363633316164363663653865653363
|
||||
64343536333634663864333035623238316536386131613762616161636361326632353234313236
|
||||
61353831666664316361613065323038326439636262363762653066396434353137373439303662
|
||||
35333437616432326334333536666633616334313530316262623634386531313066666662633633
|
||||
33343635666433316437386661633361336466306161653262323734623961363736643532623132
|
||||
39323364656339386561333463323866356438663965393661353638333530663934346563393565
|
||||
33383862633632613366313738383337636366666565353464623131316630316237653335376239
|
||||
66623436663366653530323864366264666362306461613939393463353437636535656539653131
|
||||
63623433346431393165346235396565373038633430366138316163613238386231363736626630
|
||||
65336533663233386331663534636236393531643139386434373032666234343736336264396630
|
||||
32353131356461343938633164306338366338303736353665613137316664653337313135363031
|
||||
61306636613833336538663764616138633532396164666461636362336533383330343434326237
|
||||
32663833313066396263636634316566383966326334396465396633363961616365383434653137
|
||||
33373163363362643765313033646537386533396230333232343163333432323631386662363765
|
||||
66643232323239303766643033326362373162333237383863336365336530386563663264626365
|
||||
38383337646138643762623937643333383834633735356434613561626433633035386236376135
|
||||
36656234666363356433356565666161303664623236303961623332353431646565613733393031
|
||||
38643661376636393335643839326133653464343637393661623464336230343761353738616438
|
||||
31306335396538643366643734633164393037616363623435623330396432323231313665393864
|
||||
64336662386639326637373866386234343638366630366434356537666437643364613466613331
|
||||
63363338333962356261346664643635373964633339373935356339666661343532386534366264
|
||||
30323538656539353433613765356232386366633065366235316434626438396630363862653433
|
||||
63323537616630666339653732623838666132613333386231333934393065663930653436336133
|
||||
35633432363738623366376537303065306330613664626535333361383431663331623836353361
|
||||
64393937316639383934383963313738313539316334356232316265623830346337343933336465
|
||||
66316338343762646165643030633865343561323434636239306131373238303931633261396332
|
||||
30306139343634613130646434303766356639353334663165643435666635373638623130353734
|
||||
63336432653134653462633032383232343839333734653966653038343935303932386535623863
|
||||
61383638383835353836626138393534353239356462396235656662613138356530316532633137
|
||||
36383832623364363435363535343131373238613534393462636638663130373265326362303435
|
||||
38666261633263363262333338333765343164316566363366666563643030353338656535613437
|
||||
30616436656239343438313133386564383566623930353866323336643131306166393632353830
|
||||
61646534356433376534376436383366323836663766376661343961626238316338633039623539
|
||||
35346637633963346464616361613862333662663239376635346437346436393736346130343534
|
||||
32313736613936383339323738316335633039626563303136373363316365336565633062373065
|
||||
62313632336138626665373365303463623264623034623538336461333962343432353435396162
|
||||
66396264326661323865393638343166373336653561373437313266636536623534333165323537
|
||||
32396331353964316231306466653237393430313736393932323365363239353264616565326466
|
||||
34643866323736303730356433326463306536383662316566653738613636363061623261313239
|
||||
62663961343636366631613732343363366165383335613635616433316539383035623762336363
|
||||
37373764343038393136373139613565363838343435333730346430396535333533643534363532
|
||||
63376332303162633533666439303065366162653838393333313738643662303135353665373338
|
||||
35326436393233623961383263636134393038373435666131616332323462653337303162346363
|
||||
37633735376432663236633234383166306132633037303731373735356663626539333362613132
|
||||
64313838626136356663323936356337623561633364303438353038666539363738616537653364
|
||||
34646535306462666164626566323739623333306132396534343938313766663836643534396335
|
||||
33306330356337653663666337313039376464633132383933323732313235393338346239303664
|
||||
66666561396331653636646530616534616132363834386436623634366339623538383065363836
|
||||
33313131303533616335366339333239313031346365353461326430643666666534613637616564
|
||||
66623264303263663261653034383661306261366263303233336231386265393164393231363263
|
||||
63396334303431623833313864353263663538623165656230316232646464383335363732333833
|
||||
35383030396138313635613966336639623330626662383835333336646632313338353239313262
|
||||
36663431373464363734376136393362653536636436386139643438643362386631663161356636
|
||||
37653337306435633365333039663832353331653030393161353338656532323130353230383862
|
||||
37636633666361373430663139646466643530313336616139663539313838346233326634366138
|
||||
61656161383838356662393366643537633438623066306134636332373735363536653031643064
|
||||
66363033336533393739366235346264656432383065633364333838303766643938396362393935
|
||||
30353363343839333536393866366561393261623863383964373366626666323363323664333962
|
||||
32663064366133386263306262656564613563653066313732366134383166313362383832393561
|
||||
66316563643733633062326530366263323339353039326664643935346235316632386337396266
|
||||
66363836666639313066333736653535393435653631316132323637316234303032366664366537
|
||||
30373739363136393037613039623761343261346633343066633462616535313037316535376639
|
||||
33653232373237613933616531393130356466363761316531353234663334343630363736383465
|
||||
37623063323065363130303661633939663436646435313834636437653938396264646137343561
|
||||
31373937346337396338393666666264636632343961343461646134653338373164313238313030
|
||||
38326231343838623730633334356162303934393538333035356139613939353833326637633933
|
||||
34626363616239363661346665333232646230316534666436333335363038303033356232326231
|
||||
33333034373833353530376435303135313230313361326137363737643733363961616265343764
|
||||
30303730623536303731633561333162373036316263376461666265363133363836613666353732
|
||||
39343637333538303830633064313432646239336539346136323537356663373464303862653232
|
||||
61653235303638376161326531626339616164353636306162353739316666333537633836636562
|
||||
64626432656438376238633763356565356365623739616663303639646431393465376439643538
|
||||
38326436313563396536383162316365383065653866663138663265373131333437626664366638
|
||||
32633033366138663263653639376534633933323633326332636335303262373931656539356230
|
||||
31643061636139373362343735396337313534316230646435333036636238393131353635393061
|
||||
37313031633566396336353664626431376238336363323164393562613335613361623932393635
|
||||
39613633626437383932323063353238366466663365396134663431303334333866323134646137
|
||||
61336233356437323362346661373566633363353431323138316262343865636239376165353031
|
||||
33613432633239626336323964646461643233313633636239333430346463323334373863303736
|
||||
61343566383135653736663761643461343866373930616165613166336230616639316332663764
|
||||
35323438633339383736383539383836613436313036393262316362663038336134366263376365
|
||||
30616231633536643138383235393362306435333536363538353936626532366439366534646535
|
||||
37653563623839633133396430376464326336663233396234386264386331366366356632313366
|
||||
65363332363661623739623563303064626230363966643137616337383366343236663638326130
|
||||
61316637336430643539656266396435623362633465366132653036353435386635653034376266
|
||||
30313466366538373832393363313661653936303035363136343739336239356461356433393964
|
||||
32393239343238366262616662373235633763383532613961653164303234663231313038393237
|
||||
66353836623437653164373165393834366162623138653363316231306131383438653265663866
|
||||
35643433636230363232303837323939366131613933366137373861303538633830303631313765
|
||||
38313838313538643437613965353430386231376263643938343365333433313864313039336466
|
||||
65323531616439333363373433663464373366653834643861373566373631316339643330393232
|
||||
63373962353737303232653562303834323766353932323130303565383934306366636666626666
|
||||
36376136333962643663333730336161613466306261636531353935336631373635663662356139
|
||||
64383635333864333638316433303463616534376661333433313664623536303532613532363733
|
||||
63356535336239333262323432643932636164623833656237623831373062663261363330393664
|
||||
62646337343536356434336463386337373963363832306338316139636430363530346636353765
|
||||
35303963636132313264666133633837356563386537646464636563303734653062393331333561
|
||||
65346134386136353433326234616635393632383934363862636130346532303561336632636437
|
||||
65616230373063323063326663613131663162326530326466306331353237303462396639663934
|
||||
35333035353831383664336133636363363930353866383237363666393365323837306562393838
|
||||
32343431643062393532396339383539353863643466653235363963336136313836393663623132
|
||||
62376634333630353532653436643333636330303334366565316538313138396566663834353334
|
||||
35613830326430393433333539373938323435623061323833653736663938306366636335333964
|
||||
35303862326561613038643765643066636665663734336434616430356666393861666661303430
|
||||
30636437663738633463303561353566393035613134313664633037373261646337663736613562
|
||||
37393934653437343736386438633234653764653736636265623563666362333431633765326331
|
||||
62396135613637666237303164323661303461613739316538663633626639353932366363626331
|
||||
38383033643965616232333138613761613933323934356530623763363162613464653736333639
|
||||
35666339393866373431623663383130356532656263643332373064363864346639326635353132
|
||||
38666534346133623232636635383335376438343434633633303531636163303736333738656364
|
||||
38373864313066376361626163333162323138663936386232383034366437393737353833386664
|
||||
33303935666264633465366363333932396139643964323066336565623334393239393132343236
|
||||
33366536653864656233663461396432386437363239323064333234313937373033323962336231
|
||||
61313331636334313365306133646339643731303732356136633130386261656263616435623866
|
||||
30353031373939303236313235643963623338643531386265656230336434373365303432386262
|
||||
37356631376661326266343266613862333737303630316637363333623632633832653534346232
|
||||
30623535393934303332653537316133396639366331323865366333663638653730366431666463
|
||||
34366632626665353731616637393132353531613232356538613764376361616536313430633965
|
||||
37643836363366656666653366383233623231333364333661656632336137383732363435353933
|
||||
36353038653835643632316563383930376462363238386361303939343730316537313662626164
|
||||
34613065306332333433653766396365396332353839383562326361373939356662396361613362
|
||||
63623030353463396131336361653730646537303066653636633239333634386663366637346465
|
||||
61626633633436316233646432323534666333396238363366313433656134646566333862623833
|
||||
61393263376638353634333338653763363639383136306165393736663865616337643864333432
|
||||
35366563643637363465303930333062396165643366366464373636373463326663333162613361
|
||||
33323032626433333664333161623031316430383939613533313534393833303935343865333262
|
||||
66396366383233356436663762316231656535626237633739613765356238386339333331363031
|
||||
32616238313137376635623631303232616330303037373433376333313763626262643636636638
|
||||
36353738373036343535616337663634393764633062306435396263343032323032353130326137
|
||||
38613134306438626331636633346361336161633831353761623236326638663462653039643961
|
||||
64653938613361336463663532366431316138356236633637313133333961316266326132653730
|
||||
65333266666566373962363962356132383531656130356465383363356166303764643863303531
|
||||
33363137356237616361316565336536376236353637633435633433356161316361313330643834
|
||||
34626664323065666166613530373664623635643566613333353565616439383365383962633230
|
||||
65316437373430623561346333363463613531356333356234663338633338316161633039323964
|
||||
62376534373636376166383166393139613331323937306138396232653762653765386231616637
|
||||
33376338346532363366383438353266326366626434336430616566653438313334383337613939
|
||||
64366136323631653766616232386438656635333964343439633666613834613361393262653462
|
||||
39383336356233343436313036643435303639343435356365333765653464656238336338323034
|
||||
30363039623866346539323739393664623564373230353533383631663137313533366538373537
|
||||
32346134663533353063323639383735323365336133373334343233303961663631333864373134
|
||||
62306432643663646663353065643565626538343538333431616364376535616261656431626263
|
||||
39643136623964336630353231346637613437333437616265353630616533383761356430343633
|
||||
37303737336335633661363663326561323433613431653264653635653766353030373437653333
|
||||
32393935613831636333313735613066306166643734303731363038343532363638386130343837
|
||||
39376537336437393263363662313831353633343130626365616431383663633235306238396439
|
||||
35396461303136323733346638306430643030646262623661643764336264666161373263356535
|
||||
38336234326631303838313538343061653037366366316236383333623563323264643462326531
|
||||
35373061653734663766663063613466333836333566343562616666646566313163636266663961
|
||||
37623035383632353735306661313530353334656563323866616462626565313035663739343663
|
||||
66646332653939666163636432396332316563356534336463326466316133333731636534383734
|
||||
36613936393064376361343437303365643534653961616634656261323335336335373932343535
|
||||
36373263666665393164393563316166363938333462643736626235303231316562393334373736
|
||||
65353961313065636332353432333539636431353833333337346636356661633565646339393865
|
||||
33666230383462363136336665396463393862363637316634616262386363303062356663343265
|
||||
39666466303337643637343665356330373938653066346139653365346263623437363539313334
|
||||
65313834366239326161323535336339303764353736623365663336353763383061396630656631
|
||||
36623961633166353261393536663234623335323063343764363864656139623633393932616665
|
||||
32356138613135616163613532316231366137326131346366313638386335393664383061326631
|
||||
30653933323434303931653465376132313831326235343563663932333233633033613962633532
|
||||
39343065653934383565376262663262633637313864346363643631353564306337626335306135
|
||||
38356430626566366634313538336563393262396434303463363561646165313330646561333366
|
||||
37333931316432346561623535313735313331373664393931383166663133373263383766343539
|
||||
66323338366637343133633735373465313266626465323237656563343137363763643634333536
|
||||
37353635643835656461316438653961346131643535643461383632613436653634666439643739
|
||||
62323234633230326433383164386532326339623838336130393264666561323063396137653534
|
||||
65643036316131313330353265633564383164363365303838376535623639383239323433656165
|
||||
61363933333737306331393166316666316561663262613261646533666365623531663130326564
|
||||
64656134316438363431366434303836383666316435373762343739663136643337343531393166
|
||||
35356663346564316436663031636262323764376231663238613233353231666564313333666331
|
||||
34616565636261343963646435313536326364303130336137323234393432343437386137363630
|
||||
33386632353730333563626163656366646133376465383430616637653065373962306532616330
|
||||
36323466373339386139316466373163383363376262643264323332343064656464363134656563
|
||||
61316462333462303139653361303765613062633265616335313032306165633033666432616138
|
||||
38356635646431306462393061643363323335386666616666353063646164623338363265623166
|
||||
35663532613666613765313861353832336233653564653734656339383935623538
|
||||
|
||||
Reference in New Issue
Block a user