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.

39 satır
687B

  1. users:
  2. ## Minimal required pillar values
  3. auser:
  4. fullname: A User
  5. ## Full list of pillar values
  6. buser:
  7. fullname: B User
  8. password: $6$w.............
  9. home: /custom/buser
  10. sudouser: True
  11. sudo_rules:
  12. - ALL=(root) /usr/bin/find
  13. - 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 user
  27. cuser:
  28. absent: True
  29. purge: True
  30. force: True
  31. ## Old syntax of absent_users still supported
  32. absent_users:
  33. - donald
  34. - bad_guy