added sample file, edit some minor thing to comply with template

This commit is contained in:
Bertrand Lanson 2023-06-25 19:33:40 +02:00
parent 60ccaa94e6
commit d0df63a6e9
3 changed files with 16 additions and 2 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the "Software"), to deal in

View File

@ -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. > This repository is only a mirror. Development and testing is done on a private gitlab server.

View File

@ -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