added sample file, edit some minor thing to comply with template
This commit is contained in:
parent
60ccaa94e6
commit
d0df63a6e9
2
LICENSE
2
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
|
||||
|
@ -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.
|
||||
|
||||
|
14
defaults/provision_management_user.yml.sample
Normal file
14
defaults/provision_management_user.yml.sample
Normal 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
|
Loading…
Reference in New Issue
Block a user