summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-ironic-setup.service
blob: 443d2829496931284796ce151b5abf82d0501f2a (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Run ironic-setup Ansible scripts
After=local-fs.target openstack-keystone-setup.service postgres-server.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