palvarez89

Untitled

Jul 9th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. - name: Enable as many MINIONS as specified in LORRY_CONTROLLER_MINIONS
  2. service: name=lorry-controller-minion@{{ item }}.service enabled=yes
  3. with_sequence: count={{ LORRY_CONTROLLER_MINIONS }}
  4. register: minions_creation
  5.  
  6.  
  7. ## OUTPUT
  8.  
  9.  
  10. 2014-07-09 11:37:57,582 p=5873 u=root | TASK: [trove-setup | Enable as many MINIONS as specified in LORRY_CONTROLLER_MINIONS] ***
  11. 2014-07-09 11:37:57,690 p=5873 u=root | changed: [localhost] => (item=1) => {"changed": true, "enabled": true, "item": "1", "name": "[email protected]"}
  12. 2014-07-09 11:37:57,778 p=5873 u=root | ok: [localhost] => (item=2) => {"changed": false, "enabled": true, "item": "2", "name": "[email protected]"}
  13. 2014-07-09 11:37:57,867 p=5873 u=root | ok: [localhost] => (item=3) => {"changed": false, "enabled": true, "item": "3", "name": "[email protected]"}
  14. 2014-07-09 11:37:57,955 p=5873 u=root | ok: [localhost] => (item=4) => {"changed": false, "enabled": true, "item": "4", "name": "[email protected]"}
Advertisement
Add Comment
Please, Sign In to add comment