summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-horizon-setup.service
blob: 9ec3197ada5a396b335b65200884dca8cb5e0a3e (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Run horizon-setup Ansible scripts
After=local-fs.target
Before=apache-httpd.service

[Service]
ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/horizon.yml

[Install]
WantedBy=multi-user.target