Fix initiating the DB and starting the services
This commit is contained in:
parent
b36d12b497
commit
9ead5a41ae
1 changed files with 8 additions and 1 deletions
|
@ -64,4 +64,11 @@
|
|||
- reload httpd
|
||||
|
||||
- name: initialize execdb database
|
||||
shell: ccsdb-cli init_db
|
||||
shell: CCSDB_CONFIG=/etc/ccsdb/ccsdb.cfg ccsdb-cli init_db
|
||||
|
||||
- name: Start and enable the different services required
|
||||
service: name={{ item }} enabled=yes state=started
|
||||
with_items:
|
||||
- httpd
|
||||
- fedmsg-hub
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue