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: user:
name: "{{ user_name }}" name: "{{ user_name }}"
comment: "Login user generate by ansible" comment: "Login user generate by ansible"
shell: /bin/bash
groups: groups:
- debian - debian
- "{{ group_name }}" - "{{ group_name }}"

View File

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