Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@bacchus ~]# ansible-playbook installer.yml
- [WARNING]: Could not match supplied host pattern, ignoring: all
- [WARNING]: provided hosts list is empty, only localhost is available
- PLAY [Install Open Bacchus on Centos 7.x or RHEL 7.x] **********************************************************************************************************
- TASK [Gathering Facts] *****************************************************************************************************************************************
- ok: [localhost]
- TASK [Include settings] ****************************************************************************************************************************************
- ok: [localhost]
- TASK [Ensure EPEL repo is enabled] *****************************************************************************************************************************
- changed: [localhost]
- TASK [Install RPM dependencies] ********************************************************************************************************************************
- changed: [localhost]
- TASK [Install MariaDB] *****************************************************************************************************************************************
- changed: [localhost]
- TASK [Install RabbitMQ] ****************************************************************************************************************************************
- changed: [localhost]
- TASK [Upgrade pip using pip itself] ****************************************************************************************************************************
- changed: [localhost]
- TASK [Install Django] ******************************************************************************************************************************************
- changed: [localhost]
- TASK [Install built-in encyrption] *****************************************************************************************************************************
- changed: [localhost]
- TASK [Install Ovirt Engine SDK] ********************************************************************************************************************************
- changed: [localhost]
- TASK [Install Python MySQL support] ****************************************************************************************************************************
- changed: [localhost]
- TASK [Install Celery] ******************************************************************************************************************************************
- changed: [localhost]
- TASK [Install Celery Beat] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Install Celery Results] **********************************************************************************************************************************
- changed: [localhost]
- TASK [Install Flower] ******************************************************************************************************************************************
- changed: [localhost]
- TASK [Start MySQL Server] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Start RabbitMQ Server] ***********************************************************************************************************************************
- changed: [localhost]
- TASK [Create the database] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Create user on database] *********************************************************************************************************************************
- changed: [localhost]
- TASK [Add RabbitMQ Vhost] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Create bacchus user on RabbitMQ] *************************************************************************************************************************
- changed: [localhost]
- TASK [Add OS user for bacchus] *********************************************************************************************************************************
- changed: [localhost]
- TASK [Create Bacchus installation directory] *******************************************************************************************************************
- changed: [localhost]
- TASK [Retrieve Bacchus code from Github repository] ************************************************************************************************************
- changed: [localhost]
- TASK [Session setting] *****************************************************************************************************************************************
- changed: [localhost]
- TASK [Timezone setting] ****************************************************************************************************************************************
- changed: [localhost]
- TASK [Database settings] ***************************************************************************************************************************************
- changed: [localhost]
- TASK [Open Bacchus preflight check] ****************************************************************************************************************************
- changed: [localhost]
- TASK [Open Bacchus migrate] ************************************************************************************************************************************
- changed: [localhost]
- TASK [Create tools folder] *************************************************************************************************************************************
- changed: [localhost] => (item=tools)
- changed: [localhost] => (item=logs)
- TASK [Create script files] *************************************************************************************************************************************
- changed: [localhost] => (item=start_bacchus.sh)
- changed: [localhost] => (item=stop_bacchus.sh)
- changed: [localhost] => (item=restart_bacchus.sh)
- changed: [localhost] => (item=status_bacchus.sh)
- changed: [localhost] => (item=start_worker.sh)
- changed: [localhost] => (item=stop_worker.sh)
- changed: [localhost] => (item=restart_worker.sh)
- changed: [localhost] => (item=status_worker.sh)
- changed: [localhost] => (item=start_server.sh)
- changed: [localhost] => (item=stop_server.sh)
- changed: [localhost] => (item=restart_server.sh)
- changed: [localhost] => (item=status_server.sh)
- changed: [localhost] => (item=start_beat.sh)
- changed: [localhost] => (item=stop_beat.sh)
- changed: [localhost] => (item=restart_beat.sh)
- changed: [localhost] => (item=status_beat.sh)
- changed: [localhost] => (item=start_flower.sh)
- changed: [localhost] => (item=stop_flower.sh)
- changed: [localhost] => (item=restart_flower.sh)
- changed: [localhost] => (item=status_flower.sh)
- TASK [Flower start script] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Flower stop script] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Flower restart script] ***********************************************************************************************************************************
- changed: [localhost]
- TASK [Flower status script] ************************************************************************************************************************************
- changed: [localhost]
- TASK [Beat start script] ***************************************************************************************************************************************
- changed: [localhost]
- TASK [Beat stop script] ****************************************************************************************************************************************
- changed: [localhost]
- TASK [Beat restart script] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Beat status script] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Worker start script] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Worker stop script] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Worker restart script] ***********************************************************************************************************************************
- changed: [localhost]
- TASK [Worker status script] ************************************************************************************************************************************
- changed: [localhost]
- TASK [Server start script] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Server stop script] **************************************************************************************************************************************
- changed: [localhost]
- TASK [Server restart script] ***********************************************************************************************************************************
- changed: [localhost]
- TASK [Server status script] ************************************************************************************************************************************
- changed: [localhost]
- ---
- TASK [Bacchus start script] ************************************************************************************************************************************
- changed: [localhost]
- TASK [Bacchus stop script] *************************************************************************************************************************************
- changed: [localhost]
- TASK [Bacchus restart script] **********************************************************************************************************************************
- changed: [localhost]
- TASK [Bacchus status script] ***********************************************************************************************************************************
- changed: [localhost]
- TASK [Create systemd service file] *****************************************************************************************************************************
- changed: [localhost]
- TASK [Install systemd service] *********************************************************************************************************************************
- changed: [localhost]
- TASK [Enable Bacchus Service] **********************************************************************************************************************************
- fatal: [localhost]: FAILED! => {"changed": true, "cmd": ["systemctl", "daemon-reload;", "systemctl", "enable", "bacchus"], "delta": "0:00:00.005341", "end": "2018-02-13 16:31:11.365970", "msg": "non-zero return code", "rc": 1, "start": "2018-02-13 16:31:11.360629", "stderr": "Unknown operation 'daemon-reload;'.", "stderr_lines": ["Unknown operation 'daemon-reload;'."], "stdout": "", "stdout_lines": []}
- to retry, use: --limit @/root/installer.retry
- PLAY RECAP *****************************************************************************************************************************************************
- localhost : ok=53 changed=51 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment