summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-swift-controller-setup.service
blob: 3915cc04d7071668bfa42b64695edc7a9a2ed2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openstack-swift-controller-setup (once)
After=local-fs.target postgres-server.service openstack-keystone-setup.service

[Service]
Type=oneshot
ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/swift-controller.yml
Restart=no

[Install]
WantedBy=multi-user.target