Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TASK [mariadb : include] *******************************************************
- task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/main.yml:11
- included: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml for localhost
- 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='%'] ***
- task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml:2
- ok: [localhost] => {
- "changed": false,
- "invocation": {
- "module_args": {
- "msg": "login_host='10.0.0.19' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%'"
- },
- "module_name": "debug"
- },
- "msg": "login_host='10.0.0.19' login_port='3306' login_user='root' login_password='password' name='haproxy' password='' host='%'"
- }
- TASK [mariadb : Creating haproxy mysql user] ***********************************
- task path: /mnt/vdb/kolla/ansible/roles/mariadb/tasks/register.yml:10
- fatal: [localhost]: FAILED! => {"failed": true, "msg": "ERROR! 'ansible.parsing.yaml.objects.AnsibleUnicode object' has no attribute 'stdout'"}
- PLAY RECAP *********************************************************************
- localhost : ok=34 changed=2 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment