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

[Service]
Type=oneshot
ExecStart=/usr/bin/ansible-playbook -v -i /usr/share/openstack/hosts /usr/share/openstack/postgres.yml

[Install]
WantedBy=multi-user.target