From d0df63a6e932988bab2212221a8a02a242f6552f Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 25 Jun 2023 19:33:40 +0200 Subject: [PATCH] added sample file, edit some minor thing to comply with template --- LICENSE | 2 +- README.md | 2 +- defaults/provision_management_user.yml.sample | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 defaults/provision_management_user.yml.sample diff --git a/LICENSE b/LICENSE index 9ef042d..c9a37e5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Jeff Geerling +Copyright (c) 2017 Bertrand Lanson Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 31fcc17..5da1dc9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Provision management user +provision_management_user ========= > This repository is only a mirror. Development and testing is done on a private gitlab server. diff --git a/defaults/provision_management_user.yml.sample b/defaults/provision_management_user.yml.sample new file mode 100644 index 0000000..965dda5 --- /dev/null +++ b/defaults/provision_management_user.yml.sample @@ -0,0 +1,14 @@ +--- +# provision_management_user_name: ubuntu +# provision_management_user_group: ubuntu +# provision_management_user_password: "*" +# provision_management_user_is_system: false +# provision_management_user_home: /home/{{ provision_management_user_name }} +# provision_management_user_shell: /bin/bash +# provision_management_user_sudoer: false +# provision_management_user_disable_root_login: false +# provision_management_user_disable_root_password_auth: false +# provision_management_user_add_ssh_key: false +# provision_management_user_ssh_key: +# provision_management_user_ssh_key_options: "" +# provision_management_user_ssh_key_exclusive: true