Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save caphrim007/29e34433c9f9b958ef5447f7026cbd13 to your computer and use it in GitHub Desktop.
Save caphrim007/29e34433c9f9b958ef5447f7026cbd13 to your computer and use it in GitHub Desktop.
TASK [sf-repos : Make a first admin connexion through SF SSO (force sf_users admin id:1)] ***************************************************
fatal: [managesf.sftests.com]: FAILED! => {"changed": true, "cmd": ["sfmanager", "sf_user", "list"], "delta":
"0:00:01.406541", "end": "2018-06-19 11:41:23.360746", "msg": "non-zero return code", "rc": 1, "start": "2018-06-19
11:41:21.954205", "stderr": "ERROR - Authentication failed", "stderr_lines": ["ERROR - Authentication failed"],
"stdout": "", "stdout_lines": []}
to retry, use: --limit @/var/lib/software-factory/ansible/sfconfig.retry
PLAY RECAP **********************************************************************************************************************************
managesf.sftests.com : ok=275 changed=12 unreachable=0 failed=1
Traceback (most recent call last):
File "/usr/bin/sfconfig", line 10, in <module>
sys.exit(main())
File "/usr/lib/python2.7/site-packages/sfconfig/cmd.py", line 217, in main
sfconfig.inventory.run(args)
File "/usr/lib/python2.7/site-packages/sfconfig/inventory.py", line 365, in run
sfconfig.utils.execute(["ansible-playbook", playbook_path])
File "/usr/lib/python2.7/site-packages/sfconfig/utils.py", line 58, in execute
raise RuntimeError("Command failed: %s" % argv)
RuntimeError: Command failed: ['ansible-playbook', '/var/lib/software-factory/ansible/sfconfig.yml']
[root@software-factory01 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment