Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. task path: /usr/home/cybermac/cetera/adm/ansible/roles/mysql/tasks/main.yml:14
  2. Using module file /usr/local/lib/python2.7/site-packages/ansible/modules/core/database/mysql/mysql_user.py
  3. <10.0.0.141> ESTABLISH SSH CONNECTION FOR USER: root
  4. <10.0.0.141> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=root -o ConnectTimeout=10 -o ControlPath=/usr/home/cybermac/.ansible/cp/ansible-ssh-%h-%p-%r 10.0.0.141 '/bin/sh -c '"'"'/usr/bin/python && sleep 0'"'"''
  5. changed: [10.0.0.141] => {
  6. "changed": true,
  7. "invocation": {
  8. "module_args": {
  9. "append_privs": false,
  10. "check_implicit_admin": true,
  11. "config_file": "/root/.my.cnf",
  12. "connect_timeout": 30,
  13. "encrypted": false,
  14. "host": "localhost",
  15. "host_all": false,
  16. "login_host": "localhost",
  17. "login_password": null,
  18. "login_port": 3306,
  19. "login_unix_socket": null,
  20. "login_user": null,
  21. "name": "root",
  22. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  23. "priv": null,
  24. "sql_log_bin": true,
  25. "ssl_ca": null,
  26. "ssl_cert": null,
  27. "ssl_key": null,
  28. "state": "present",
  29. "update_password": "always",
  30. "user": "root"
  31. },
  32. "module_name": "mysql_user"
  33. },
  34. "user": "root"
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement