--- | |
# .. vim: foldmarker=[[[,]]]:foldmethod=marker | |
# .. Copyright (C) 2022 VEXXHOST, Inc. | |
# .. SPDX-License-Identifier: Apache-2.0 | |
# Default variables | |
# ================= | |
# .. contents:: Sections | |
# :local: | |
# .. envvar:: openstack_cli_packages [[[ | |
# | |
# List of packages to install for OpenStack CLI | |
openstack_cli_packages: | |
- python3-openstackclient | |
- python3-magnumclient | |
# ]]] | |
# URL for the Ubuntu Cloud Archive repository | |
openstack_cli_cloud_archive_repo: deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/yoga main |