From ce0cb6c5f15f3d838a99cdd0ceaa3cb807caa97d Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Sun, 3 Sep 2023 15:50:24 -0400 Subject: [PATCH] fix(valentina): add new env vars --- poetry.lock | 117 +++-------- templates/nomad_jobs/valentina.hcl | 20 +- vault.yml | 300 +++++++++++++++-------------- 3 files changed, 198 insertions(+), 239 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1940a02..1c777b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "ansible" version = "8.3.0" description = "Radically simple IT automation" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -19,7 +18,6 @@ ansible-core = ">=2.15.3,<2.16.0" name = "ansible-compat" version = "4.1.8" description = "Ansible compatibility goodies" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -43,7 +41,6 @@ test = ["coverage", "pip-tools", "pytest (>=7.2.0)", "pytest-mock", "pytest-plus name = "ansible-core" version = "2.15.3" description = "Radically simple IT automation" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -63,7 +60,6 @@ resolvelib = ">=0.5.3,<1.1.0" name = "ansible-lint" version = "6.18.0" description = "Checks playbooks for practices and behavior that could potentially be improved" -category = "main" optional = false python-versions = ">=3.9" files = [ @@ -96,7 +92,6 @@ test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmes name = "argcomplete" version = "2.0.6" description = "Bash tab completion for argparse" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -112,7 +107,6 @@ test = ["coverage", "flake8", "mypy", "pexpect", "wheel"] name = "attrs" version = "23.1.0" description = "Classes Without Boilerplate" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -131,7 +125,6 @@ tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pyte name = "black" version = "23.7.0" description = "The uncompromising code formatter." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -176,21 +169,19 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "bracex" -version = "2.3.post1" +version = "2.4" description = "Bash style brace expander." -category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, - {file = "bracex-2.3.post1.tar.gz", hash = "sha256:e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693"}, + {file = "bracex-2.4-py3-none-any.whl", hash = "sha256:efdc71eff95eaff5e0f8cfebe7d01adf2c8637c8c92edaf63ef348c241a82418"}, + {file = "bracex-2.4.tar.gz", hash = "sha256:a27eaf1df42cf561fed58b7a8f3fdf129d1ea16a81e1fadd1d17989bc6384beb"}, ] [[package]] name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -202,7 +193,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -279,7 +269,6 @@ pycparser = "*" name = "cfgv" version = "3.4.0" description = "Validate configuration and produce human readable error messages." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -291,7 +280,6 @@ files = [ name = "charset-normalizer" version = "2.1.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.6.0" files = [ @@ -306,7 +294,6 @@ unicode-backport = ["unicodedata2"] name = "click" version = "8.1.7" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -321,7 +308,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -333,7 +319,6 @@ files = [ name = "commitizen" version = "2.42.1" description = "Python commitizen client tool" -category = "main" optional = false python-versions = ">=3.6.2,<4.0.0" files = [ @@ -358,7 +343,6 @@ typing-extensions = ">=4.0.1,<5.0.0" name = "cryptography" version = "41.0.3" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -404,7 +388,6 @@ test-randomorder = ["pytest-randomly"] name = "decli" version = "0.5.2" description = "Minimal, easy-to-use, declarative cli tool" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -416,7 +399,6 @@ files = [ name = "distlib" version = "0.3.7" description = "Distribution utilities" -category = "main" optional = false python-versions = "*" files = [ @@ -428,7 +410,6 @@ files = [ name = "filelock" version = "3.12.3" description = "A platform independent file lock." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -447,7 +428,6 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.3)", "diff-cover (>=7.7)", "pyt name = "identify" version = "2.5.27" description = "File identification library for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -462,7 +442,6 @@ license = ["ukkonen"] name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -474,7 +453,6 @@ files = [ name = "importlib-resources" version = "5.0.7" description = "Read resources from Python packages" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -490,7 +468,6 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-black (>=0.3.7)", "pytest-checkdocs name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -508,7 +485,6 @@ i18n = ["Babel (>=2.7)"] name = "jsonschema" version = "4.19.0" description = "An implementation of JSON Schema validation for Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -530,7 +506,6 @@ format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339- name = "jsonschema-specifications" version = "2023.7.1" description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -545,7 +520,6 @@ referencing = ">=0.28.0" name = "markdown-it-py" version = "3.0.0" description = "Python port of markdown-it. Markdown parsing, done right!" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -570,7 +544,6 @@ testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"] name = "markupsafe" version = "2.1.3" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -630,7 +603,6 @@ files = [ name = "mdurl" version = "0.1.2" description = "Markdown URL utilities" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -642,7 +614,6 @@ files = [ name = "mypy-extensions" version = "1.0.0" description = "Type system extensions for programs checked with the mypy type checker." -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -654,7 +625,6 @@ files = [ name = "nodeenv" version = "1.8.0" description = "Node.js virtual environment builder" -category = "main" optional = false python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*" files = [ @@ -669,7 +639,6 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -681,7 +650,6 @@ files = [ name = "pastel" version = "0.2.1" description = "Bring colors to your terminal." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -693,7 +661,6 @@ files = [ name = "pathspec" version = "0.11.2" description = "Utility library for gitignore style pattern matching of file paths." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -705,7 +672,6 @@ files = [ name = "platformdirs" version = "3.10.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -721,7 +687,6 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co name = "poethepoet" version = "0.18.1" description = "A task runner that works well with poetry." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -738,14 +703,13 @@ poetry-plugin = ["poetry (>=1.0,<2.0)"] [[package]] name = "pre-commit" -version = "3.3.3" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." -category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"}, - {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"}, + {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, + {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, ] [package.dependencies] @@ -759,7 +723,6 @@ virtualenv = ">=20.10.0" name = "prompt-toolkit" version = "3.0.39" description = "Library for building powerful interactive command lines in Python" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -774,7 +737,6 @@ wcwidth = "*" name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -786,7 +748,6 @@ files = [ name = "pygments" version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -801,7 +762,6 @@ plugins = ["importlib-metadata"] name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -851,7 +811,6 @@ files = [ name = "questionary" version = "1.10.0" description = "Python library to build pretty command line user prompts ⭐️" -category = "main" optional = false python-versions = ">=3.6,<4.0" files = [ @@ -869,7 +828,6 @@ docs = ["Sphinx (>=3.3,<4.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphin name = "referencing" version = "0.30.2" description = "JSON Referencing + Python" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -885,7 +843,6 @@ rpds-py = ">=0.7.0" name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -907,7 +864,6 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] name = "resolvelib" version = "1.0.1" description = "Resolve abstract dependencies into concrete ones" -category = "main" optional = false python-versions = "*" files = [ @@ -925,7 +881,6 @@ test = ["commentjson", "packaging", "pytest"] name = "rich" version = "13.5.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -944,7 +899,6 @@ jupyter = ["ipywidgets (>=7.5.1,<9)"] name = "rpds-py" version = "0.10.0" description = "Python bindings to Rust's persistent data structures (rpds)" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1051,7 +1005,6 @@ files = [ name = "ruamel-yaml" version = "0.17.32" description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" -category = "main" optional = false python-versions = ">=3" files = [ @@ -1070,7 +1023,6 @@ jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] name = "ruamel-yaml-clib" version = "0.2.7" description = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -1116,7 +1068,6 @@ files = [ name = "setuptools" version = "68.1.2" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1133,7 +1084,6 @@ testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs ( name = "sh" version = "2.0.6" description = "Python subprocess replacement" -category = "dev" optional = false python-versions = ">=3.8.1,<4.0" files = [ @@ -1145,7 +1095,6 @@ files = [ name = "subprocess-tee" version = "0.4.1" description = "subprocess-tee" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -1160,7 +1109,6 @@ test = ["enrich (>=1.2.6)", "molecule (>=3.4.0)", "pytest (>=6.2.5)", "pytest-co name = "termcolor" version = "2.3.0" description = "ANSI color formatting for output in terminal" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1175,7 +1123,6 @@ tests = ["pytest", "pytest-cov"] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1187,7 +1134,6 @@ files = [ name = "tomlkit" version = "0.12.1" description = "Style preserving TOML library" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1199,7 +1145,6 @@ files = [ name = "typing-extensions" version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1209,29 +1154,27 @@ files = [ [[package]] name = "typos" -version = "1.16.8" +version = "1.16.10" description = "Source Code Spelling Correction" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "typos-1.16.8-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:b4d0bf1728ff35849690c956b0c8f01f6cf00a86d4d76a2fcecda808345417bf"}, - {file = "typos-1.16.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:0155e64c26074aec76dabd5e716334aae6cef16371e6457536a7b27be638200e"}, - {file = "typos-1.16.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc2b8831dfae748a831962036aa325d3a6cf339dbf397969779d31381b33081f"}, - {file = "typos-1.16.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:902c501e9527ceffd43f3f78356ae0c8e0f4e013981438cce91c56fe55fc4b7f"}, - {file = "typos-1.16.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f4ac08d8de1a1657bbe8467afa41776bd7d5991112543cd9337d120185f8b945"}, - {file = "typos-1.16.8-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:b3f3f714b03bad7d48b416b218be13395a5980ca1dd71f3e45f22ca0f7b2d44e"}, - {file = "typos-1.16.8-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:1e31ea1b36e3860a16e399dacc2584a08fa4114a8f8d1520d7740ddbe1fad28a"}, - {file = "typos-1.16.8-py3-none-win32.whl", hash = "sha256:3df2e208e0a6385c9f1c990c7222ec2067e499162a7a6c615c0e730deadef4c8"}, - {file = "typos-1.16.8-py3-none-win_amd64.whl", hash = "sha256:a9a1ed3107c05f34045f2e697c6cdb339a15411ccfc4dd1358cf18d6c684d4a7"}, - {file = "typos-1.16.8.tar.gz", hash = "sha256:362b1238729eb8644cf9ece59886a40e7ef01eaaf4ff4910e511cb9cf97d5f21"}, + {file = "typos-1.16.10-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:909d0c6446c3d1f68f2721e9acfd4ed996d459cb0fbea129d66daf22c42b2a2d"}, + {file = "typos-1.16.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:849b4b5b3f6a507e287b604f327bd881d5b96cb6c81856e05fb5891b6a3a0bba"}, + {file = "typos-1.16.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b6d2842494e03cc97133126509bc40b129de5810b86f3d1d3f15f966c8b7c031"}, + {file = "typos-1.16.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ef6104f5951bb8348337c6cb64ebb4a6f72af2f6157e981473db8bd1ba3b5569"}, + {file = "typos-1.16.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2325bdf30f38d53e5efdf170a7691ce4fb51411782c4fc465a862d152b0df198"}, + {file = "typos-1.16.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:dc77b0ae05cf81cfa4bbb5486e008ce7049770539340ef01c3be950a91981032"}, + {file = "typos-1.16.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:670bb6877b99de725fae6b374a4aef4f13ff1bfe492bb165054bac8454086e88"}, + {file = "typos-1.16.10-py3-none-win32.whl", hash = "sha256:2173f10ec3eff7812b49cce096199deee044c399fa2c49c9a7d24bf3e10d28b2"}, + {file = "typos-1.16.10-py3-none-win_amd64.whl", hash = "sha256:486edb47ab514d0aa15f145b7da9b5fc5892f8bde5afc5e49e792f5a39e4ec77"}, + {file = "typos-1.16.10.tar.gz", hash = "sha256:e4325f5818de70f7cec5caeb8644853a8271fce47bba391f73b529750841c059"}, ] [[package]] name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1247,14 +1190,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" -version = "20.24.3" +version = "20.24.4" description = "Virtual Python Environment builder" -category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.24.3-py3-none-any.whl", hash = "sha256:95a6e9398b4967fbcb5fef2acec5efaf9aa4972049d9ae41f95e0972a683fd02"}, - {file = "virtualenv-20.24.3.tar.gz", hash = "sha256:e5c3b4ce817b0b328af041506a2a299418c98747c4b1e68cb7527e74ced23efc"}, + {file = "virtualenv-20.24.4-py3-none-any.whl", hash = "sha256:29c70bb9b88510f6414ac3e55c8b413a1f96239b6b789ca123437d5e892190cb"}, + {file = "virtualenv-20.24.4.tar.gz", hash = "sha256:772b05bfda7ed3b8ecd16021ca9716273ad9f4467c801f27e83ac73430246dca"}, ] [package.dependencies] @@ -1263,19 +1205,18 @@ filelock = ">=3.12.2,<4" platformdirs = ">=3.9.1,<4" [package.extras] -docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +docs = ["furo (>=2023.7.26)", "proselint (>=0.13)", "sphinx (>=7.1.2)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.4)", "pytest-env (>=0.8.2)", "pytest-freezer (>=0.4.8)", "pytest-mock (>=3.11.1)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=68)", "time-machine (>=2.10)"] [[package]] name = "wcmatch" -version = "8.4.1" +version = "8.5" description = "Wildcard/glob file name matcher." -category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "wcmatch-8.4.1-py3-none-any.whl", hash = "sha256:3476cd107aba7b25ba1d59406938a47dc7eec6cfd0ad09ff77193f21a964dee7"}, - {file = "wcmatch-8.4.1.tar.gz", hash = "sha256:b1f042a899ea4c458b7321da1b5e3331e3e0ec781583434de1301946ceadb943"}, + {file = "wcmatch-8.5-py3-none-any.whl", hash = "sha256:14554e409b142edeefab901dc68ad570b30a72a8ab9a79106c5d5e9a6d241bd5"}, + {file = "wcmatch-8.5.tar.gz", hash = "sha256:86c17572d0f75cbf3bcb1a18f3bf2f9e72b39a9c08c9b4a74e991e1882a8efb3"}, ] [package.dependencies] @@ -1285,7 +1226,6 @@ bracex = ">=2.1.1" name = "wcwidth" version = "0.2.6" description = "Measures the displayed width of unicode strings in a terminal" -category = "main" optional = false python-versions = "*" files = [ @@ -1297,7 +1237,6 @@ files = [ name = "yamllint" version = "1.32.0" description = "A linter for YAML files." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -1314,5 +1253,5 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" - python-versions = "^3.9" +python-versions = "^3.9" content-hash = "6accbfec17ab3bcf1b10eb935e16c19746497d311f074ab9c5931e1f38656f64" diff --git a/templates/nomad_jobs/valentina.hcl b/templates/nomad_jobs/valentina.hcl index 4fdd110..7d39e7d 100644 --- a/templates/nomad_jobs/valentina.hcl +++ b/templates/nomad_jobs/valentina.hcl @@ -32,14 +32,18 @@ job "valentina" { task "valentina" { env { - PGID = "${meta.PGID}" - PUID = "${meta.PUID}" - TZ = "America/New_York" - VALENTINA_DISCORD_TOKEN = "{{ valentina_discord_token }}" - VALENTINA_GUILDS = "{{ valentina_guids }}" - VALENTINA_LOG_LEVEL = "INFO" - VALENTINA_OWNER_IDS = "{{ valentina_owner_ids }}" - VALENTINA_OWNER_CHANNELS = "{{ valentina_owner_channels }}" + PGID = "${meta.PGID}" + PUID = "${meta.PUID}" + TZ = "America/New_York" + VALENTINA_AWS_ACCESS_KEY_ID = "{{ valentina_aws_access_key_id }}" + VALENTINA_AWS_SECRET_ACCESS_KEY = "{{ valentina_aws_secret_access_key }}" + VALENTINA_DISCORD_TOKEN = "{{ valentina_discord_token }}" + VALENTINA_GUILDS = "{{ valentina_guids }}" + VALENTINA_LOG_LEVEL = "INFO" + VALENTINA_LOG_LEVEL_AWS = "INFO" + VALENTINA_OWNER_CHANNELS = "{{ valentina_owner_channels }}" + VALENTINA_OWNER_IDS = "{{ valentina_owner_ids }}" + VALENTINA_S3_BUCKET_NAME = "{{ valentina_s3_bucket_name}}" } driver = "docker" diff --git a/vault.yml b/vault.yml index ae63903..0b4dd2e 100644 --- a/vault.yml +++ b/vault.yml @@ -1,143 +1,159 @@ $ANSIBLE_VAULT;1.1;AES256 -65346232313532653034646336636265363834383939386431623931333038626531326333393338 -6162656139623334626366363365643234663736653461320a636138373537343836616539363638 -33393935343138366463306265306230393833323131363031356564396564626534303639306237 -6464663361633733640a656164356635386631383931343736333863373832366138313566396262 -33333232326137316262313365633466643432343264303237646435353166333562333633343939 -63613162376639653638623939366462613436333662353365633263376366643833353761303536 -36373163666636396237386164366462356238663964653636636635303636653233313832313936 -61646433333263343864633063363336636639666365303937643237336461383861316238363130 -38373539333431383863313465386532623466663264643161653366346637633563383366383838 -64383132346166306562353031393237373264613961366461373439393935313065646339613234 -32346535373636646562393934653839323335666233303431643465326563626132623630663761 -65343365353962636335626135663135353231633561353663366261393862393164356464386266 -63666235626332383030363230306635393839393365636533383137633337396265333130663339 -61313236646335396261353136376361396433666531346331303434363236643066316236353664 -34323337336634623735323463323739616265336532613466346264316666313038363734373437 -32353930313436323238366166386238356235333533393561376430313965616537313964313065 -65373334326637316237653532336166356664313236323837323236353738303630303736343365 -66313135373664653837663839626138653236663164396538373964633935666163656664316162 -36326531646331623134353166333135333464363038626638633663363262363737313131623464 -62303532393731623135313263633165303261306532346635613731326538386235346334383532 -30356363353363643665313564393530303138373232303763633865633535393534313034643337 -61336635313537323633643933383732313566386439616664346135396434303639323232323962 -61646635323063656434346134633931376636303662303965383062633634313464353934636333 -38306134386566646662666663346132646335336338653563623530316131393935653233386232 -63353932646634623262343831643439313664343631623763353565616639613539363333666237 -35393935383762343564323039323865643964643138313434316436666133313333656364373134 -61376464646634373263306635313962353033396237356466373536653264656330316232313434 -39666166646533396562323931303363653431356438356531643534303764633535306262613039 -34383266336231313033626261633961336636613764366563626163386433346638343631306632 -61333761323331376462313062363934333135393561323538353561393164323230343538646638 -64613362666138656565376437646434383534633431663665326133393866636632336464393365 -36356261636539663033303366306135326433353437663565633236663939613564346638316133 -30363962346635353138373739336537626234363531383539656166376661363531643030373939 -31326534616638346362653261366232333363646137373337323539626465643135636233396537 -30633733333663396262323430343336646233663432353633333832396535326161623835623962 -61303334663438643238666134653732306662363234313965623236386139316233346239306439 -37333334646464363461646538343335373434376439326563303331323164386535393638343565 -64333739386436336565613164396532333239623130656262323135643231323930646437326336 -30653234636430666236336665383733343661323162316238623062336437326363376432353835 -37633266373538633339323632363136656135326161623561653639373638326462306232326339 -31313765306263663364303237396664666661336162643633313866393333393961623937633739 -30323361616134336535633633663461663932323230306239346239663661623931646162653839 -63303666313630393165313333303937353637323633623965626538663339353964643365303137 -65326138316164313838326264643332323665353939323631313535376262356361643137353064 -38346239343636653132653638623066633632383433356263326636333334353234636666333632 -37663235393964656364643431313034343036303034643161653730383066363764316165323563 -33366131393937306663643136326432373032373232633133623961376163633133343833376330 -62333135396236346432326439306333373964643832356264613434353338363533396236653930 -63313931363735396661346162656430333762383262303434373766323462363462393564383439 -35356461386131633665393966376535353965313834396139373463353137636636366433626432 -33373662356634653666396666646361616265616539356439386566613730613234393464663262 -38376232616633626239363832383736326330643337626666363432353237623330353339393364 -64333366383866383934663932346630656462633237613864653835333534323839383064393161 -39333634333865313465643236373739326662663330646561613266633761646564373266353736 -34343632333064643134663036353832633737663166646337636532313339636130353966643733 -36383964633238663533346139306566643731313739613162323436356339393363396438373237 -37663762616134353736663931373765383532663463333464393334313962343539663137313065 -39356531303636313761653331343231663335313630336466653130663361666330393031336262 -30313263666633626262383331636532343064373637303737336533663434616630623832666564 -66626538356231373831616464336639646165373163303237643334643034386265326235353535 -61346436316462613963653739316330643939303366323032353030383131373132653332376431 -34316633383037643239303861353831636331633239343636313436376639306533333561633735 -36393436346236646562336139613563363033666533393238653332646435323464346337633939 -36366165313261373332613431313762373438623334663263643438383034396533666561623562 -33383433623831336634336665663732356565353631396430663231663766626137633364373937 -61346336643835666361663565353161626134646234373764316362636430343862656336363630 -64363963646437636637306562643036376439303134333939383732373938353865616536383431 -36653962323563343839393935653330373532333338373037653531363965396339616538623764 -31346365663936353561366539336533396330633334663435323432356638386564396232363462 -62353231326337663861383161363231326666326637303736363139643732326138613535663833 -30633762383161323830643266333365663161303261363135323634613235623333383630653630 -36396335373161643762326235323665313065353764383238613733663537636462626464626436 -65393034643562626632643963323633323037373735333066376266396265356562373565633966 -36343838383463383834636564333937316464306532633462613866636665636663323932623132 -62653031633337353739326138376333336463623133623438663165333862613439383963663830 -62343235626432366337613830623234613830646535613639616634623265393636633766306235 -65303461626564633731313538333562616464383933386365303062356231636436616338643061 -37326232623531623637306439373365303062383631336339633837353936336534336433643164 -33613038303731363863393539366463363164356233383332623062303761353431653265646465 -34323735313832393461653536653962346566363164336332633335336262613738336439363330 -38393666363937323161396166383239613163323563363039646662346433363932303332663661 -32396363353435316333663766356533376464373465666230656638343334653930393561353533 -63656232373161643863346263396336323063316262653438363532646164303438313337383663 -35343263393462373137666362346566303237353332393761653434303532613734653137613638 -66383230336530393163333337336562666236326365333464663830303362643433643335323634 -39353734633331643230376336656562666538363030313433653266623962623561633761383233 -61323761356236646536303836303264623036346438396530303433626234643561653638333138 -36376637623630353362313834343439336532643231393737343565613836333862636631303530 -63396166366565396561386263613766613165616464313539383661613437376230626130353930 -61313536383066656533623331666466623032633865343961623430356533646166366632313037 -37336162346636353733376533646162333732313464313236316363313635323361623964616536 -32353333623031356638343130343139333663613062643362323737643639393438343837303135 -33323963663532346439613733653434623664636565323965643138343732326662343462383932 -38353365643539633465326331323065316165653637313437613162613034346530653831313834 -62636134343364623061393066383361343662616564306536306236643065623837383034356138 -33393736303232653736633061326564633661656132666235313031316463393938313565306533 -33633032303762656437363431313563653964626262666336643863373237633438613431366266 -33626262656564303466393965656638663264373430333037373839353530666562343964366233 -34326230646161646534303234666363643366643832356661623330393836386139383036663666 -32643965346363653762353636386331646461333131343532303333343363336534303537613563 -35633462666538336262343166336564376533373435333964393236306537336665626539633932 -38346134316138313435326633396163303964613763346333343635636136363330613864323065 -32646663333834383433373139363230633464663236653365333739326535343539336664326336 -61303636376665366535313266656561366261343839663763356335323162363363313963616338 -62363833356139643364386636333662313164386138343833383034646166363933666431303433 -35316333326633653166386332353865666235666631666535313635336535353339663261666634 -64623730303935363964356664623834623034343832663739643661303537353139646530316233 -34393837393932306538306238346162623566653333613566363130376536333334303264373034 -39373965636666626636343862616530306363613766643030396332613033616630306332613762 -63373736383766336161313431353038366131323430663565323039383737313137396134343361 -33613462346238656435626462633332653836336631336439383963363639653434303530333137 -32626634373932643137366562643839663634363334353235346436396239346664316461636435 -31346365363362636330646538386564316531643339353136306161316238353632366337303062 -61623961643462363233343465333334393234383631313931643161616135303666633033326438 -36343432656631623239306338383463623964353538363865353336653865643062653931363234 -63366132373266343238313562353333386161333162383138316133613434666533303039616262 -35623862623566616332663831346232366665373237653739396130356135636363306464333166 -64346438363864303439366563316466643066393934306633366135376666353430333462393563 -32663132623037646165306534396531346534383037646531303431386265366639636435643034 -31303465383039623035623231323461303864613665383363633734353130623661353463646464 -65623132343138663138666631373731356531643665333732326561623331386339396366333334 -30373635326538636366373664363837386335616265366663323563363636396130323337303932 -62623736363466353835633963316437623936373836323765353464383765336236386266323537 -38373339383133613266313165616436346238353633303866396138663937363661616166626262 -31376564356531636233623863303161313532666466346535393465353036343734613538363962 -32666237643034346537663631613133373734653238333766336362383765646461626462383539 -32383765626263386331376631316363323734373334346564633463623062646331653335386461 -32303436663365386237316135356365356361386566333262386133306465623963383036333063 -35303538363333353730313639643333636432356565633632336430313066613031306664303339 -62383734383432646437623236303334653239363664383265313832663335303137396464613638 -33386663383436386434663736646536326334626161316263383232653665313737316438656165 -31623839613766646263346435663138353339366132383432663638373661643638623636333962 -66653861643662623436626266653266336434646532353061363336396363656439366336383532 -61636236396136356635643465383762303465373361613137653833666662633338353864393161 -38396161393638616639373765623966313361653731623939653437363037373166616534356265 -64636362333061396330373537663839626462643430353035386134613633313835643661656330 -31633766393336333039623166636331353639623766363035666231616432313966663835626435 -33326162643263313637316236316530303666613933613864336230323135643331306232643639 -32313266366134613865303136316436313961303032373963333736323933616436616363663162 -62643163663537316230373030643664623030623161636534303961376662373863306565333135 -31323437356464653038643030353936356566613139313031613535666464353966306534316131 -3534633538336465313563643332653431356430623438643739 +37636464303261373339393566616164653631616664346462393564643266613836306364333231 +6333633263346435663133343764646263343631353832360a623864383662663466343034363166 +35303262313062383236353565333831643139633465313438616238316434626162356562643934 +6664616431313934650a383434393564353032633464613464636330326139343931613930646365 +63623537633232333839333034356338323436613332353163336431373966383535366665306664 +38373335316533336366383861346264633730336530366163376436333633613932393835323533 +62663038613164356634326362363233656566306266396432636130353864643765333066306337 +37376338643238666436623536336430343035646635656236653635613234333064353139656666 +31323436616432663866353263396333626331613562613234383630616261646438303535313737 +62333538313732323365393566616164643037623838653366356536373432633463316635613966 +37326662633130643635383136653766386530386265303665613838303664633163653631343666 +38623137323637313436316635663563663531386263643165636433663937373661376565383633 +64626433343563356463656465356531623133316465373131393031326537373837613362613031 +65663939613933353934393861376565386135633635326336616666373266353133623631383963 +61653565333133663864313432396136313530623630666339613539363466346430613530316530 +31346665633533653361333033383238633635666263653432633965373435333265343336613433 +30613366373732326230353565313063323535336662373439373036336139393638313631373965 +38613563623337623434346532343061326633656538623939653133346135643533393561353736 +35646266336561666362633263353664396539363639383463663332363434366637326436353135 +63323966313732633839643735623136363230333133313363353661643830383461373437636235 +32623136376130363339313036323931326166313730386261646566393532643830313035333031 +62373865373939386661396338633765373962303631653266613436386263643465313130653836 +31336433303432336566323334643236643632313139313164353433393839613634643263346233 +64616163663765623939303135623433356232383065363738313332363033626634316533643532 +36376537303337323034616563666362366534343133636134333135323463663266353034643031 +35626166636133653633303066356565623133313861646264376336313162383866643630363637 +32636431313433336233636630636238643638383534653330306332653137353731313261313037 +36336164326433383634316163353030653366613433393236353037666434323463363234363863 +34386132653831336338313362656238653335643164316638376437663537306330626237633835 +65316239643039643633653933383139313763333630323638633830613930306363363665363338 +38616438383863646133643133656262346138303462653833393430633539623361643335663565 +38636562616663363965376539646336643365356164393337303338316337633365333266663039 +39633965396135373439663465623064643466326139386232316366623438303064373537663535 +34316537313133376333386631353463633037646333616536356231653734643964346363646665 +38643933303465376436333132623862376263663534363464303563643237323334393833636336 +32303763316131663564633265636536656636366564346635623263383966633065613036643165 +33663533306238336239643965306435363938363832386130373966373239393962363738346162 +62633639376233346334633530626538353231633861666461616634333864323933396637623564 +65656630643664366363663631663030656134303035353435336634623464653534336632333030 +64663430333663353762346130353039646139656163643765643032636435313838313232303130 +37356539313739636463613030323362376437616338323461656431613165663365346465313435 +30343132323634356664636339376636663264393039333561623832373061303534316638333564 +32623061646265666337393163303535356264633236663535316339636335353939303234623963 +39386638323565636461663130633732363833363337663863303437373732636636613131303935 +35383230303434383663316437653264313263643339666365393732316462646134323766656336 +66643436623837303063346633306362613638666630623464346536376135613764393834636330 +65623261313035333935653664643735373465636132626166323764653930333062343763313630 +61613162353638396238323566366565333665663030396338393936616538343861663338623831 +38653934333835336361653835343463343038373739316138633033346661633935646363333865 +31643463653935363761353964383837633233663663643636303861353431313562633333376139 +61396662393366326633333862366465643132306563633930333736343863633665396433373438 +35666637663238336335336531306565383333303864633138306365373161333735646236613632 +32386239346131376439336264613361366466323862356439353861316465363839636565353061 +30663839626338383037656366656532303066643339376235633236363631376136343166323839 +35646566373964626565643461323866356136323939376333633838303430386236663732633739 +62396539633862356465343339326130636531353631623338663039666663653435633865663365 +65353430353834373730343762393734396662336566336130333839383263343563386361393162 +37663537633733633930616337386333346566653163653137633264636364343832653266653532 +35666335653966323439396131636362303963383738386666333665376663616137303133656630 +33343365663961396630343061383765343765363864656161623932393834626165646265353733 +33663539643932643762353033343134633534313964373835353134383033383339383463316339 +63323235336232623430373737626231393265323835326235646535353865313164666437333839 +34646163643961663537383263323162343832323833316462393366653962653133346263323332 +31333839623666646639343333653032666231646162356362353262333835613336393932623230 +61656162663537306230633562666539666164383561663033633138353931306435666533663064 +61363162316436346536323839343265663539343432363935383363373866383561393035333239 +66326533303861653465656164383561326531643334366266333237663032326335346535346366 +32356431306465663735656437353930666661316136353934633261373865666565653839356537 +34643361653664643765376536316333326332343263653162303162646534373734376237326465 +62353838623533343534656361306362623339666437653966376261313034626431613064326431 +33396164303431396664323336653665346562633064363338623963396138653437323136653436 +36656333373337366635303938386362326364333439336235393735396564636133386630353964 +36333937616639323530663237656637306262396533666437336461633835643264653964363761 +31633662643834383765393137353862613865386139656561633833633335383164636264356661 +65333465336233336433636237313136626631363131653461333138376264356166393435613536 +34663164336264343965633236373862623435636466653961666133663538373439373162623431 +33646163646264333633306364303733336530633636643633373462313732353433626664343762 +63326662353065306465613566633366343536383831396139326336666332303265613064656638 +35313665306438376564663239396137643663353537336365393234323034323236313934363433 +64376132633062643331653865616563653738616539313231656332343738323439613133343161 +31306561356361666566366532343436373035343134616666373164313636323164663230666637 +34396132303734393337306663336531666464366232343961613431316330313632623537333034 +61666231656339356364646434323663666263316661306365313538326539633566333032313038 +36356535396336666261646365363337343737376635373239313536343762333337333032366430 +39353066326432613233323039373263626361323663663533333039613132343764353336363631 +62323239636234366435623435323234633932653938373335616665613638346362363766363864 +37323631633733613237346363336131373737363037306465623562316339643765316239653361 +35356163353630313263313466373164633063383766306539343364313339666165393362356431 +63363266393536333632396235326164396464353031316263653261383863666238306435323665 +34613931393162383736343064386137353433623138383263656139333661353962613730646338 +33303436373732343532663438343335636638303463333736333766653038343038383833383538 +39373835336362383637333664623562613266626161633263373239356166333364663534653938 +32336466373132623634633935613536626234653434323135346434396162313363623466366632 +63323639396331656462366564326364376632336138363930633739366363643637613562356261 +30653730366235313138623134666362616134653862306465363832386130393362323034386533 +65656332626238373330393564313735306539643836353130653233336130303235636466616136 +63623364636163323365643833353538356335373937346536316533356264666336323163396564 +31636161343165326435303532313633363733616435623864616464376664656462643561306438 +38353438313633313363646132656165373832326533303232653633303662626630393339623066 +39646534623738383434363464333636353537663732663532653138623333626635366264643163 +36316561373936333736353965356163336261633737626365393839386531326164376366383732 +61303338643362336466313465666339373664306564343963643664626265376532396330386134 +32613531393661613261393036666464343436623039623564333435636537346130356461376538 +32633762326132303461383966383731643563633931363666333631656638313637316236383134 +35616463643736343331636435393038356133656233613164346339646462356532383064383934 +34636138373738373939323630623730343132653330643664666636393630313662353165646334 +33343966383738633031613461313766313237383663303530393564613162666132326437333335 +31393133373364396231336637353839353230636366636634376266663564373137613534376632 +63363961636232333930393935313038333864306339333438613761373466363830303835333439 +37386131346138373161386563356461373935373765376637636532316333636637613039333434 +62646233316132386363383839303730633435376165626439386131626130363330353832373762 +31643437316664623330613234326337666634363037633031366263353430323765336339343136 +33376631326334316465346636333433393736393264663830376338303830313936666361353661 +30393963313763636261633061326664663463303130393831336664366430613439336138646366 +37356265643264386461623535616563643435663761353636653834356632623665353439343332 +37306564613563633230386231313435323430623566343234616462653338363266366639326231 +64626332343939373437373864633233353031613665643332356530623834356238613462353861 +34346361623630666636333162353839333739346136613863333439303366643831366362646233 +66363336316165633239346632353936643635616136666665366237366663393839366437326264 +61653133343530343634656535303536653766323964343462353363373461376237303339316134 +62663430373461393136383163653231346230353837313337313537303038386239323939366538 +66613033333731323065383766373739326166346562376237323661336333663362346632636438 +32383930663366623665366337346164623431376565613239383161366635306665636265356466 +35343535613036323232366236613935633861306262613632353633653330303735633838363138 +32323031323130353738643135643938643163316134356630393331363939643839393865373032 +30386531323964303735323763666639353535343366356239326461653636373533616263313730 +35396662363132303866393534333466616263316666623335363366613265636431336361626364 +38633862326162666361666138356264323930376366303436666430633965663836346536313438 +31313763663637343038613861313766373038663761633761353631383531323265353036636635 +30616335393431323365316532356634316262386136353661376665616536366531643762623433 +65626261313737643762643834323438303236663337623761333136666161326530336332633038 +31353264303531363730363434326530333136323634626434306439343437363431356665383462 +65366466643532346236323739376264626530383331323331653036646565353238663930646339 +32323734383439663032303037633363313562396566666462376662383533333637663265316262 +35313530383864633534383362346365656330633233653465316330323639333035643137346362 +64306536643337376638653530366532363434396336626231623937633964393566313037303138 +34383232363533393437396430376535363235636333316139623637323031666561333961363335 +37326265316238613666343664303737323135623164626634653138616439623038346466373637 +35346166663566356334616563316538663534363066326363643836323434323036343532363462 +30306162316632633564393633363065313030303930303134306365316139353530396563613862 +66393466666238616462323761343961326631636264373034353831313066363735366465656437 +39613035346632616431393634636535363765373266623164353537333662363036316365653661 +31323338333163643330356331616366303262636430613766373935653332623164373066353566 +37616639303632626339356436343463393439306238613730326535323939356164343638633039 +38373634653137323835323831313134646639363063656439353131663631653635373338663335 +62313936303332396637353639613538616439643736386531633637643233646335386663396265 +37313737333239393730353339323034613261303732626665383837353234336231633434313433 +65356532393734636233333832373861376165373934376162363038353033373066343166656261 +66636231643935396634323363653861313365383232353966636164636635616536666333396133 +36376562613663386134653061306336383531633831376430653735616537393164306131333866 +66653535306362303264336662363966623134336139336163316566633561623936666163306135 +37326561363930396164343932356336646162386634626132303238376363333832373461656436 +31616431353065653739396666613931613533303639616661333930303465613632313361666361 +65393361333538333733646263666138346334633664353936366137313232376631363030613962 +34616635366565613362363966653535656135366631323663323538623862666339663938343161 +33386466393564333932646135353637376638313335303931343435333763636263656664666633 +35646530653866376666656236623537336262326135376463386636623264626465336534356134 +3765366538306662666636363236613637386435313339663330