mirror of
https://github.com/ublue-os/forge.git
synced 2025-07-10 03:35:47 +03:00
feat: automatically setup forge (#10)
This commit is contained in:
parent
c694947618
commit
bbe78ee922
28 changed files with 1472 additions and 0 deletions
20
setup/ansible/pyproject.toml
Normal file
20
setup/ansible/pyproject.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[tool.poetry]
|
||||
name = "ublue-os_forge"
|
||||
version = "0.1.0"
|
||||
description = "Ansible automation for Universal Blue"
|
||||
authors = ["Stephan Lüscher <stephan.luescher@mykolab.com>"]
|
||||
license = "../LICENSE"
|
||||
readme = "../README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
ansible-core = "^2.14.5"
|
||||
jmespath = "^1.0.1"
|
||||
dnspython = "^2.3.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
ansible-lint = { version = "^6.14.1", markers = 'platform_system != "Windows"' }
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue