Guest User

Untitled

a guest
Nov 19th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. salt-ssh -i 'anewhost' state.apply
  2.  
  3. salt '*' state.apply
  4.  
  5. file_roots:
  6. base:
  7. - /srv/salt/base
  8. init:
  9. - /srv/salt/init
  10.  
  11. anewhost:
  12. host: anewhost.mydomain.tld
  13. user: root
  14. passwd: rootpw
  15. minion_opts:
  16. environment: init
Add Comment
Please, Sign In to add comment