diff --git a/examples/playbook.yml b/examples/playbook.yml new file mode 100644 index 0000000..5ff5b9a --- /dev/null +++ b/examples/playbook.yml @@ -0,0 +1,24 @@ +--- +- name: Install the python venv + hosts: localhost + user: root + roles: + - role: "python_venv_build" + vars: + venv_python_executable: "python3" + venv_build_constraints: + - "--constraint https://releases.openstack.org/constraints/upper/master" + venv_build_distro_package_list: + - "libsystemd-dev" + venv_install_destination_path: "/openstack/venvs/service-version" + venv_install_distro_package_list: + - "libxml2" + venv_pip_install_args: "" + venv_pip_packages: + - cryptography + - systemd-python + - uwsgi + venv_facts_when_changed: + - section: "service" + option: "need_service_restart" + value: True diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 037b391..eb89301 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -15,7 +15,7 @@ - project: templates: - - openstack-ansible-role-jobs + - openstack-ansible-linters-jobs - openstack-ansible-deploy-aio_metal-jobs - check-requirements - publish-openstack-docs-pti