ansible / proposals

Repository for sharing and tracking progress on enhancement proposals for Ansible.
Creative Commons Zero v1.0 Universal
93 stars 19 forks source link

add_host module #166

Closed mgup73 closed 5 years ago

mgup73 commented 5 years ago

Proposal:

Author: Your Name <@yourGHid> IRC: handle (if different)

Date: 2018-MM-DD

Motivation

Describe the reasons for this proposal.

Problems

What problems exist that this proposal will solve?

Solution proposal

Dependencies (optional)

Explain any dependencies. This section is optional but could be helpful.

Testing (optional)

Does / should this require testing, and if so, how? Describe here. This section is optional but could be helpful.

Documentation (optional)

Does / should this require documentation? If so, describe here. This section is optional but could be helpful.

Anything else?

If you'd like to add anything else beyond the above required and optional sections, you are welcome to do so.

mgup73 commented 5 years ago

I don't know its a issue or my understanding is wrong.. I am using add_host module and in this module I have to change groupname every time I am running the script. And more than two hosts can be added but unable to ping to all just the latest one.

Akasurde commented 5 years ago

@mgup73 Please use https://github.com/ansible/ansible/issues/new?template=bug_report.md for reporting this issue. This repository is meant for Ansible Proposals. Thanks.

mgup73 commented 5 years ago

sorry.