summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-swift-storage.service
blob: 6896c570a063b66a25c696ad8608870708030da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openstack-swift-storage-setup (once)
After=local-fs.target postgres-server.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-storage.yml
Restart=no

[Install]
WantedBy=multi-user.target