From 746ddbc6e17d9ab8238cc4a8e3a348ccb44878b5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Sep 2020 12:23:48 +0300 Subject: test: add a subplot to verify the roles work --- roles/unix_users/subplot.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 roles/unix_users/subplot.md (limited to 'roles/unix_users/subplot.md') diff --git a/roles/unix_users/subplot.md b/roles/unix_users/subplot.md new file mode 100644 index 0000000..049bfc2 --- /dev/null +++ b/roles/unix_users/subplot.md @@ -0,0 +1,19 @@ +# unix_users – manage Unix users + +This role creates or updates Unix users. + +## Create user with unix_users + +~~~scenario +given a host running Debian +when I use role unix_users +and I use variables from foo.yml +and I run the playbook +then the host has user foo +~~~ + +~~~{#foo.yml .file .yaml} +unix_users: +- username: foo + comment: Foo Bar +~~~ -- cgit v1.2.1