install cloud-init and set shell for ansible user defined
This commit is contained in:
parent
3be44f6de9
commit
124ff2fd40
@ -11,6 +11,7 @@
|
||||
user:
|
||||
name: "{{ user_name }}"
|
||||
comment: "Login user generate by ansible"
|
||||
shell: /bin/bash
|
||||
groups:
|
||||
- debian
|
||||
- "{{ group_name }}"
|
||||
|
@ -10,3 +10,4 @@ network_config:
|
||||
initial_package:
|
||||
- vim
|
||||
- lsb-release
|
||||
- cloud-init
|
||||
|
Loading…
Reference in New Issue
Block a user