summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-ironic-setup.service
blob: 45b08e8caa97575e7f7e6d55f955459f38756681 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run ironic-setup Ansible scripts
ConditionPathExists=/etc/openstack/ironic.conf
After=local-fs.target postgres-server-setup.service openstack-keystone-setup.service

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

[Install]
WantedBy=multi-user.target