Skip to content

Commit cfa769a

Browse files
author
Adam Bowen
committed
user_comment is configurable
1 parent ecb6abf commit cfa769a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Available variables are listed below, along with default values (see defaults/ma
2626
delphix_user: delphix
2727
The user for the Delphix DDP to login to the system
2828

29+
user_comment: "Delphix Automation"
30+
Comment for the user
31+
2932
delphix_group: delphix
3033
The group to which delphix_user should belong
3134

defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
###The user for the Delphix DDP to login to the system
77
delphix_user: delphix
8+
###Comment for the user
9+
user_comment: "Delphix Automation"
810
### The group to which delphix_user should belong
911
delphix_group: delphix
1012
### The home of the delphix_user

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
name: "{{ delphix_user }}"
2828
home: "{{ delphix_home }}"
2929
group: "{{ delphix_group }}"
30-
comment: "Delphix Automation"
30+
comment: "{{ user_comment }}"
3131

3232
- name: Create delphix directories
3333
file:

0 commit comments

Comments
 (0)