Advertisement
Guest User

Untitled

a guest
Oct 13th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [root@pds-salt-master-01 ~]# salt -C 'G@NODEGROUPS:ypca-web_qa' test.ping
  2. pds-qa-hanzo2:
  3. True
  4. pds-qa-hanzo1:
  5. True
  6. [root@pds-salt-master-01 ~]# salt -C 'G@NODEGROUPS:ypca-web_dev' test.ping
  7. pds-dev-hanzo2:
  8. True
  9. pds-dev-hanzo1:
  10. True
  11. [root@pds-salt-master-01 ~]# salt -C 'G@NODEGROUPS:ypca-web_qa' test.ping
  12. pds-qa-hanzo2:
  13. True
  14. pds-qa-hanzo1:
  15. True
  16. [root@pds-salt-master-01 ~]# salt -C 'G@NODEGROUPS:ypca-web_[dev,qa]' test.ping
  17. No minions matched the target. No command was sent, no jid was assigned.
  18. [root@pds-salt-master-01 ~]# salt -C 'G@NODEGROUPS:ypca-web_(dev|qa)' test.ping
  19. No minions matched the target. No command was sent, no jid was assigned.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement