Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import salt.config, salt.key
  2. master_opts = salt.config.master_config('/etc/salt/master')
  3. skey = salt.key.Key(master_opts)
  4. accs = skey.list_keys()['minions']
  5.  
  6. for minion in accs:
  7. print minion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement