Add systemd roles to OpenStack-Ansible

The systemd_mount and systemd_service roles are a way for
OpenStack-Ansible to not repeat ourselves in the code.

It can also be used by other members of the openstack community,
and is therefore not mapped to our main deliverable.
We are still curating it in our group: these roles will be important
for deploying a cloud with openstack-ansible.

Depends-On: https://review.openstack.org/#/c/552861
Change-Id: I098ccc03ff2e4a4bcb65e1f376f2c712b10c9c25
This commit is contained in:
Jean-Philippe Evrard 2018-03-14 10:12:23 +00:00
parent c59d53f052
commit b2b9acf6e9
1 changed files with 9 additions and 0 deletions

View File

@ -2455,6 +2455,15 @@ OpenStackAnsible:
ansible-config_template:
repos:
- openstack/ansible-config_template
ansible-role-systemd_mount:
repos:
- openstack/ansible-role-systemd_mount
ansible-role-systemd_networkd:
repos:
- openstack/ansible-role-systemd_networkd
ansible-role-systemd_service:
repos:
- openstack/ansible-role-systemd_service
openstack-ansible:
repos:
- openstack/ansible-hardening