summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/iscsi-setup.service
blob: 4cb10045e3ccdf43bde5a28981dbcec3676d11b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Run iscsi-setup Ansible scripts
Before=iscsid.service target.service
Wants=iscsid.service target.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/iscsi.yml

[Install]
WantedBy=multi-user.target