Skip to content

Instantly share code, notes, and snippets.

@mark-dce
Created August 14, 2015 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-dce/7bd0d9be51c3175c3697 to your computer and use it in GitHub Desktop.
Save mark-dce/7bd0d9be51c3175c3697 to your computer and use it in GitHub Desktop.
Services role output for marmotta failure run
TASK: [services | install zip utility] ****************************************
ok: [hydra-head]
TASK: [services | download fits zip] ******************************************
ok: [hydra-head]
TASK: [services | unpack fits] ************************************************
ok: [hydra-head]
TASK: [services | make fits executable] ***************************************
ok: [hydra-head]
TASK: [services | copy fits] **************************************************
changed: [hydra-head]
TASK: [services | symlink fits] ***********************************************
ok: [hydra-head]
TASK: [services | enable epel repo] *******************************************
ok: [hydra-head]
TASK: [services | install redis] **********************************************
ok: [hydra-head] => (item=redis,php-pecl-redis)
TASK: [services | run redis] **************************************************
changed: [hydra-head]
TASK: [services | copy resque init script] ************************************
changed: [hydra-head]
TASK: [services | start resque] ***********************************************
ok: [hydra-head]
TASK: [services | enable epel repo] *******************************************
ok: [hydra-head]
TASK: [services | install psycopg2] *******************************************
ok: [hydra-head]
TASK: [services | install postgresql packages] ********************************
ok: [hydra-head] => (item=postgresql,postgresql-devel,postgresql-server,postgresql-contrib,postgresql-libs,postgresql-python)
TASK: [services | create pg_backups directory] ********************************
ok: [hydra-head]
TASK: [services | add pg_backups script] **************************************
changed: [hydra-head]
TASK: [services | add pg_backups cron job] ************************************
ok: [hydra-head]
TASK: [services | create shared config files] *********************************
changed: [hydra-head] => (item=database.yml)
changed: [hydra-head] => (item=redis.yml)
changed: [hydra-head] => (item=resque-pool.yml)
changed: [hydra-head] => (item=secrets.yml)
TASK: [passenger | install passenger gem] *************************************
ok: [hydra-head]
TASK: [passenger | symlink passenger utilities for root user] *****************
ok: [hydra-head] => (item=passenger)
ok: [hydra-head] => (item=passenger-config)
ok: [hydra-head] => (item=passenger-install-apache2-module)
ok: [hydra-head] => (item=passenger-install-nginx-module)
ok: [hydra-head] => (item=passenger-memory-stats)
ok: [hydra-head] => (item=passenger-status)
TASK: [passenger | install passenger-install-apache2-module] ******************
ok: [hydra-head]
TASK: [passenger | generate passenger.conf file] ******************************
ok: [hydra-head]
TASK: [passenger | restart apache] ********************************************
changed: [hydra-head]
TASK: [marmotta | create pg marmotta database] ********************************
failed: [hydra-head] => {"failed": true}
msg: unable to connect to database: FATAL: password authentication failed for user "postgres"
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/mark/adrl-prod.retry
hydra-head : ok=73 changed=29 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment