Ok got, all these are defined in https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_repository_module.html
Thanks On Mon, 5 Oct 2020 at 10:18, Rahul Kumar <[email protected]> wrote: > Hi Dick, > I think that is my question , i see some options in my yum configuration > (as snippet shown in mail like sslclientkey,sslcacert etc.) but those are > not there in yum module parameters list which you also shared! > > On Mon, 5 Oct 2020 at 10:14, Dick Visser <[email protected]> wrote: > >> >> https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html#parameter-conf_file >> >> >> On Mon, 5 Oct 2020 at 05:57, Rahul Kumar <[email protected]> wrote: >> >>> Hi Ansible Gurus, >>> I have set up satellite server for hosting my RHEL based rpms. >>> This is the snippet how my repo looks like: >>> [rhel-7rpms] >>> metadata_expire = 1 >>> enabled_metadata = 0 >>> sslclientcert = abc.pem >>> baseurl = https://mysatelliteserver >>> ui_repoid_vars = basearch >>> sslverify = 1 >>> name = Red Hat Enterprise Linux 7 Server - Extras (RPMs) >>> sslclientkey = my-key.pem >>> gpgkey = >>> enabled = 1 >>> sslcacert = my-server-ca.pem >>> gpgcheck = 1 >>> >>> I see there are lot of options which are not defined under yum module >>> (such as cert related as shown in above snippet) . IN that case, how can i >>> use yum module of ansible to install the packages from satellite server ? >>> >>> >>> >>> >>> >>> >>> >>> >>> -- >>> >>> >>> You received this message because you are subscribed to the Google >>> Groups "Ansible Project" group. >>> >>> >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ansible-project/CAGH8rExTO-tSr%2BuRFiA5B53M4QxnET5jWXF3MEKPp9bjdz2DAA%40mail.gmail.com >>> <https://groups.google.com/d/msgid/ansible-project/CAGH8rExTO-tSr%2BuRFiA5B53M4QxnET5jWXF3MEKPp9bjdz2DAA%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> >>> -- >> Sent from a mobile device - please excuse the brevity, spelling and >> punctuation. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ansible Project" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/ansible-project/CAL8fbwNxKOhxKYBsbeazzOASe6aGyeLJqnHHFcwQgPDqZYZTdA%40mail.gmail.com >> <https://groups.google.com/d/msgid/ansible-project/CAL8fbwNxKOhxKYBsbeazzOASe6aGyeLJqnHHFcwQgPDqZYZTdA%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAGH8rEwv%2BuLcoD69fGrpQgcwwP9X2KoeYj9t2VFqfhY0QbGm%2Bg%40mail.gmail.com.
