ansible-aix / ansible-power-aix

Developer contributions for Ansible Automation on Power
GNU General Public License v3.0
3 stars 1 forks source link

service mgt (SRC) module review #80

Open robinvy opened 3 years ago

robinvy commented 3 years ago

Check for existing module in the community to manage SRC subsytems and review their features. If community only (not part of the core modules), then we will have to duplicate the module. => no maintain by the core team

dberg1 commented 3 years ago

I used the service module to restart the inetd service on AIX (see #67 and #74) and it was working fine at least for this purpose.

dberg1 commented 3 years ago

There are two modules in ansible-base:

that are maintained by Ansible core. Only the service module works on AIX. The service_facts module reports the state of all services. It would need to be implemented on AIX using lssrc.

dberg1 commented 3 years ago

Opened https://github.com/ansible/ansible/pull/72073