Saltstack Official Users Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Michael Grosser 55c1a751d0 Add LICENSE. 11年前
users Initial commit 11年前
LICENSE Add LICENSE. 11年前
README.md Initial commit 11年前
pillar.example Add pillar.example 11年前

README.md

users

Configure users via pillar

Using this state, you can configure users entirely via pillar:

users:
  auser:
    sudouser: True
    shell: /bin/zsh
    groups:
      - admin
    ssh_auth:
      - ssh-rsa PUBLICKEYKEYKEY