Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ec2_instance -> app_callback -> set_password doesn't work #1449

Closed
1 task done
pluto00987 opened this issue Mar 30, 2023 · 6 comments · Fixed by #1468
Closed
1 task done

ec2_instance -> app_callback -> set_password doesn't work #1449

pluto00987 opened this issue Mar 30, 2023 · 6 comments · Fixed by #1468
Assignees
Labels
bug This issue/PR relates to a bug module module plugins plugin (any type)

Comments

@pluto00987
Copy link

Summary

Setting the 'set_password' option doesn't product the expected result.

Problem seems to be here

passwd=params.get('aap_callback').get('set_passwd'),

where it's passing 'set_passwd' when the actual variable name is 'set_password' set here

set_password=dict(type='str', no_log=True),

Seems to be a typo included in #1199 as it worked prior to that.

Issue Type

Bug Report

Component Name

ec2_instance

Ansible Version

$ ansible --version

Collection Versions

version 5.4.0
Also present in main branch

AWS SDK versions

$ pip show boto boto3 botocore

Configuration

$ ansible-config dump --only-changed

OS / Environment

No response

Steps to Reproduce

Expected Results

A line should be present in user_data for the new instance, which sets the local admin password

Actual Results

It's not there

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@pluto00987
Copy link
Author

Neglected to mention, this is for windows instances, with 'windows: true' also set under app_callback.

@ansibullbot
Copy link

@ansibullbot ansibullbot added bug This issue/PR relates to a bug module module needs_triage plugins plugin (any type) labels Mar 31, 2023
@alinabuzachis
Copy link
Contributor

@pluto00987 Thank you for raising this issue. Would you be willing to open a Pull Request with a fix?

@GomathiselviS GomathiselviS self-assigned this Apr 3, 2023
@GomathiselviS GomathiselviS removed their assignment Apr 3, 2023
@GomathiselviS GomathiselviS removed the jira label Apr 3, 2023
@UNiXMIT
Copy link

UNiXMIT commented Apr 24, 2023

Nooooooo this has completely broken my Ansible playbooks to create Windows instances. Is there a workaround so that I can still automate creation of my Windows instances?

@UNiXMIT
Copy link

UNiXMIT commented Apr 24, 2023

Happy days. I manually changed the line in the file and now it's working.

@alinabuzachis
Copy link
Contributor

Happy days. I manually changed the line in the file and now it's working.

@UNiXMIT We have a fix for that bug #1468.

softwarefactory-project-zuul bot pushed a commit that referenced this issue Apr 26, 2023
Pick up app_callback -> set_password rather than app_callback -> set_passwd

SUMMARY

Closes: #1449
Pick up app_callback -> set_password rather than app_callback -> set_passwd

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
alinabuzachis added a commit to alinabuzachis/amazon.aws that referenced this issue Apr 26, 2023
Pick up app_callback -> set_password rather than app_callback -> set_passwd

SUMMARY

Closes: ansible-collections#1449
Pick up app_callback -> set_password rather than app_callback -> set_passwd

ISSUE TYPE

Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
tremble pushed a commit to alinabuzachis/amazon.aws that referenced this issue May 3, 2023
Pick up app_callback -> set_password rather than app_callback -> set_passwd

SUMMARY

Closes: ansible-collections#1449
Pick up app_callback -> set_password rather than app_callback -> set_passwd

ISSUE TYPE

Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
softwarefactory-project-zuul bot pushed a commit that referenced this issue May 3, 2023
…r than app_callback -> set_passwd (#1482)

[manual backport stable-5] Pick up app_callback -> set_password rather than app_callback -> set_passwd

Pick up app_callback -> set_password rather than app_callback -> set_passwd
SUMMARY
Closes: #1449
Pick up app_callback -> set_password rather than app_callback -> set_passwd
ISSUE TYPE
Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Mark Chappell
SUMMARY


ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Jill R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants