Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.28 KB | None | 0 0
  1. TASK: [postgres | Create user] ************************************************
  2. <127.0.0.1> ESTABLISH CONNECTION FOR USER: vagrant
  3. <127.0.0.1> REMOTE_MODULE postgresql_user name=git password=VALUE_HIDDEN
  4. <127.0.0.1> EXEC ['ssh', '-C', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/thomas/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Port=2222', '-o', 'IdentityFile=/Users/thomas/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '127.0.0.1', "/bin/sh -c 'mkdir -p /tmp/ansible-tmp-1397647213.53-263823571538961 && chmod a+rx /tmp/ansible-tmp-1397647213.53-263823571538961 && echo /tmp/ansible-tmp-1397647213.53-263823571538961'"]
  5. <127.0.0.1> PUT /var/folders/61/rvtx_1dj0w3_b6ds1kvp8hnm0000gn/T/tmpMUed0s TO /tmp/ansible-tmp-1397647213.53-263823571538961/postgresql_user
  6. <127.0.0.1> EXEC ['ssh', '-C', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/thomas/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Port=2222', '-o', 'IdentityFile=/Users/thomas/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '127.0.0.1', "/bin/sh -c 'chmod a+r /tmp/ansible-tmp-1397647213.53-263823571538961/postgresql_user'"]
  7. <127.0.0.1> EXEC ['ssh', '-C', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/thomas/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Port=2222', '-o', 'IdentityFile=/Users/thomas/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '127.0.0.1', '/bin/sh -c \'sudo -k && sudo -H -S -p "[sudo via ansible, key=jyuhaenrkssalpoodhoffhvfasxotoqt] password: " -u postgres /bin/sh -c \'"\'"\'echo SUDO-SUCCESS-jyuhaenrkssalpoodhoffhvfasxotoqt; /usr/bin/python /tmp/ansible-tmp-1397647213.53-263823571538961/postgresql_user\'"\'"\'\'']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement