redhat - RHSM module issue with ansible -


i want configure rhel machines subscribe , update redhat using ansible redhat_subscription module has parameters missing due ansible failing configure servers rhsm.

we using proxy ip connected redhat updates. there parameters in /etc/rhsm/rhsm.conf below, in ansible playbook, these parameters not supported.

proxy_hostname proxy_user proxy_password proxy_port 

how use above mentioned parameters in playbook let work? please suggest.

subjected ansible module guide given under below link.

http://docs.ansible.com/ansible/latest/redhat_subscription_module.html


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -