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

[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