summaryrefslogtreecommitdiff
path: root/roles/unix_users/subplot.yaml
blob: 10ac86c0a036f2a40b45ad7c4523e3f34722bc91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- 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

- then: the user {username} on host has authorized_keys containing "{substring}"
  function: host_user_has_authorized_keys_containing