@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
29 lines (25 loc) • 672 B
YAML
---
# @var poetry_repo_name: ""
# Repository name to use in Poetry configuration
poetry_repo_name: ""
# @example #
# poetry_repo_name: localrepo
# @end
# @var poetry_repo_url: ""
# The URL to use when connecting to the repository
poetry_repo_url: ""
# @example #
# poetry_repo_url: https://localrepo.com
# @end
# @var poetry_repo_username: ""
# The username to use when connecting to the repository
poetry_repo_username: ""
# @example #
# poetry_repo_username: repo_user
# @end
# @var poetry_repo_password: ""
# The password corresponding to the above user to connect to the repository
poetry_repo_password: ""
# @example #
# poetry_repo_password: repo_password
# @end