Guest User

Untitled

a guest
Mar 1st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. [vdo023@localhost selectattr]$ ansible-playbook -i "localhost," ./selectattr-playbook.yml
  2.  
  3. PLAY [localhost] **********************************************************************************************************************************
  4.  
  5. TASK [extract the emails for users without a password] ********************************************************************************************
  6. ok: [localhost]
  7.  
  8. TASK [debug message] ******************************************************************************************************************************
  9. ok: [localhost] => (item=johnsmith@gmail.com) => {
  10. "changed": false,
  11. "item": "johnsmith@gmail.com",
  12. "msg": "email this user johnsmith@gmail.com and ask them to set a password"
  13. }
  14. ok: [localhost] => (item=janedoe@hotmail.com) => {
  15. "changed": false,
  16. "item": "janedoe@hotmail.com",
  17. "msg": "email this user janedoe@hotmail.com and ask them to set a password"
  18. }
  19.  
  20. PLAY RECAP ****************************************************************************************************************************************
  21. localhost : ok=2 changed=0 unreachable=0 failed=0
Add Comment
Please, Sign In to add comment