install cloud-init and set shell for ansible user defined

This commit is contained in:
Antoine 2021-01-13 23:39:48 +01:00
parent 3be44f6de9
commit 124ff2fd40
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
user:
name: "{{ user_name }}"
comment: "Login user generate by ansible"
shell: /bin/bash
groups:
- debian
- "{{ group_name }}"

View File

@ -10,3 +10,4 @@ network_config:
initial_package:
- vim
- lsb-release
- cloud-init