Skip to content

Instantly share code, notes, and snippets.

@vccabral
Last active December 3, 2015 20:21
Show Gist options
  • Save vccabral/faa9477ffb776c743dac to your computer and use it in GitHub Desktop.
Save vccabral/faa9477ffb776c743dac to your computer and use it in GitHub Desktop.
ansible_kingdom.log
(venv)Victors-MacBook-Air:aws_kingdom bracero$ ansible-playbook kingdom.yml
[WARNING]: provided hosts list is empty, only localhost is available
PLAY ***************************************************************************
TASK [setup] *******************************************************************
ok: [127.0.0.1]
TASK [Create basic System Admin] ***********************************************
changed: [127.0.0.1] => (item=jcleese)
changed: [127.0.0.1] => (item=mpython)
PLAY RECAP *********************************************************************
127.0.0.1 : ok=2 changed=1 unreachable=0 failed=0
(venv)Victors-MacBook-Air:aws_kingdom bracero$ ansible-playbook kingdom.yml
[WARNING]: provided hosts list is empty, only localhost is available
PLAY ***************************************************************************
TASK [setup] *******************************************************************
ok: [127.0.0.1]
TASK [Create basic System Admin] ***********************************************
failed: [127.0.0.1] => (item=jcleese) => {"failed": true, "item": "jcleese", "msg": "<type 'exceptions.Exception'>: BotoServerError: 409 Conflict\n<ErrorResponse xmlns=\"https://iam.amazonaws.com/doc/2010-05-08/\">\n <Error>\n <Type>Sender</Type>\n <Code>EntityAlreadyExists</Code>\n <Message>Login Profile for user jcleese already exists.</Message>\n </Error>\n <RequestId>4707744d-99fb-11e5-86e8-cd2915df233a</RequestId>\n</ErrorResponse>\n"}
failed: [127.0.0.1] => (item=mpython) => {"failed": true, "item": "mpython", "msg": "<type 'exceptions.Exception'>: BotoServerError: 409 Conflict\n<ErrorResponse xmlns=\"https://iam.amazonaws.com/doc/2010-05-08/\">\n <Error>\n <Type>Sender</Type>\n <Code>EntityAlreadyExists</Code>\n <Message>Login Profile for user mpython already exists.</Message>\n </Error>\n <RequestId>476ced04-99fb-11e5-bb6b-d5d5f76fcdaa</RequestId>\n</ErrorResponse>\n"}
PLAY RECAP *********************************************************************
127.0.0.1 : ok=1 changed=0 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment