summaryrefslogtreecommitdiff
path: root/roles/unix_users/subplot.yaml
blob: c0665aac7bb94fb45b74d5435d5de435342ab385 (plain)
1
2
3
4
5
6
7
8
9
10
11
- then: the host has no user {username}
  function: host_does_not_have_user

- then: the host has user {username}
  function: host_has_user

- then: the user {username} on host has encrypted password {password}
  function: host_user_has_password

- then: the user {username} on host has shell {shell}
  function: host_user_has_shell