Saltstack Official Users Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 line
545B

  1. users:
  2. ## Minimal required pillar values
  3. auser:
  4. groups:
  5. - admin
  6. ## Full list of pillar values
  7. buser:
  8. fullname: B User
  9. home: /custom/buser
  10. sudouser: True
  11. sudo_rules:
  12. - buser ALL=(root) /usr/bin/find
  13. - buser ALL=(otheruser) /usr/bin/script.sh
  14. shell: /bin/bash
  15. prime_group:
  16. name: primarygroup
  17. gid: 500
  18. groups:
  19. - users
  20. ssh_key_type: rsa
  21. ssh_keys:
  22. privkey: PRIVATEKEY
  23. pubkey: PUBLICKEY
  24. ssh_auth:
  25. - PUBLICKEY
  26. absent_users:
  27. - donald
  28. - bad_guy