Skip to content

Commit

Permalink
Merge pull request freeipa#805 from rjeffman/templates_add_password_e…
Browse files Browse the repository at this point in the history
…xample_playbooks

utils/new_module templates: Add missing password to example playbooks.
  • Loading branch information
t-woerner authored Apr 26, 2022
2 parents 928fdf4 + f770b5d commit ce143ba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
5 changes: 3 additions & 2 deletions utils/templates/module-absent.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
tasks:
- name: Ensure $name NAME is absent
ipa$name:
name: NAME
state: absent
ipaadmin_password: SomeADMINpassword
name: NAME
state: absent
9 changes: 5 additions & 4 deletions utils/templates/module-member-absent.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
tasks:
- name: Ensure $name NAME is absent
ipa$name:
name: NAME
PARAMETER2: VALUE
action: member
state: absent
ipaadmin_password: SomeADMINpassword
name: NAME
PARAMETER2: VALUE
action: member
state: absent
7 changes: 4 additions & 3 deletions utils/templates/module-member-present.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
tasks:
- name: Ensure $name NAME is present
ipa$name:
name: NAME
PARAMETER2: VALUE
action: member
ipaadmin_password: SomeADMINpassword
name: NAME
PARAMETER2: VALUE
action: member
5 changes: 3 additions & 2 deletions utils/templates/module-present.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
tasks:
- name: Ensure $name NAME is present
ipa$name:
name: NAME
# Add needed parameters here
ipaadmin_password: SomeADMINpassword
name: NAME
# Add needed parameters here

0 comments on commit ce143ba

Please sign in to comment.