Guest User

Untitled

a guest
Nov 24th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. TASK [mariadb : include] *******************************************************
  2. task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/main.yml:11
  3. included: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml for localhost
  4.  
  5. TASK [mariadb : debug msg=login_host='{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}' login_port='{{ mariadb_port }}' login_user='{{ database_user }}' login_password='{{ database_password }}' name='haproxy' password='' host='%'] ***
  6. task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml:2
  7. ok: [localhost] => {
  8. "changed": false,
  9. "invocation": {
  10. "module_args": {
  11. "msg": "login_host='10.0.0.19' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%'"
  12. },
  13. "module_name": "debug"
  14. },
  15. "msg": "login_host='10.0.0.19' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%'"
  16. }
  17.  
  18. TASK [mariadb : Creating haproxy mysql user] ***********************************
  19. task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml:10
  20. fatal: [localhost]: FAILED! => {"failed": true, "msg": "ERROR! 'ansible.parsing.yaml.objects.AnsibleUnicode object' has no attribute 'stdout'"}
  21.  
  22. PLAY RECAP *********************************************************************
  23. localhost : ok=34 changed=2 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment