Hello, Apart from manual install, there is two other ways depending your infrastructure apart from manual way:
1) if you have a proxy for internet then configure proxy on rhel8 ansible node and then perform install via pip. If you don't have proxy already then you could configure squid default proxy in some other linux flavored server. 2) create a linux/CentOS server (maybe on VMware workstation) with two network interfaces one of which could connect to internet and then 2A) if you can access rhel8 Ansible server from your local laptop then bridge the another network connection to your local laptop network adapter which has reachability to the Ansible node. OR - in this setup reachability is not working for you then try for following 2B 2B) bridge the second network adapter of workstation CentOS/Linux vm with adapter of Ansible node. OR - If this is also not possible then just deploy the CentOS vm and assign two network interface one of which connects to internet and another nic in same subnet as your rhel8 Ansible. Once you have both reachability Ansible server and internet, from rhel/centos vm you deployed then 3) make this custom vm as repository for rhel8 Ansible vm and then download required packages or dependency on customer vm so that you could trigger installation of these packages on rhel8 Ansible vm. Hope this help🙂 Thanks & Regards, Piyush On Wed, 12 Aug, 2020, 7:28 pm Jim Barlow, <[email protected]> wrote: > You can install pip yourself as a user: > https://pip.pypa.io/en/stable/installing/ > > On Wed, Aug 12, 2020 at 9:01 AM Jay Amin <[email protected]> wrote: > >> Hello Lee, >> So I don't have access to subscription manager or PIP. I have to perform >> this as localinstall and hence your above commands don't work when tried. >> >> Do you know how would I upgrade without using subscription manager or >> without using pip command? >> >> Thanks >> Jitesh >> >> On Wed, Aug 12, 2020 at 2:25 AM Thomas Stephen Lee <[email protected]> >> wrote: >> >>> try >>> >>> $ sudo subscription-manager repos --enable >>> ansible-2.9-for-rhel-8-x86_64-rpms >>> >>> and >>> >>> $ sudo dnf upgrade ansible >>> >>> -- >>> Lee >>> >>> On Tue, Aug 11, 2020 at 11:50 PM Jay Amin <[email protected]> wrote: >>> >>>> Hello, >>>> Can anyone tell me how do I upgrade Ansible v2.9.10 to 2.9.11 or 2.9.12 >>>> on RHEL 8? >>>> >>>> I cannot use since system is not connected to any subscription manager >>>> or repo. I use local repo. I cannot use PIP either. >>>> >>>> I downloaded ansible-2.9.11-1.el8.noarch.rpm but now need help on how >>>> to upgrade to this version. >>>> >>>> Thanks >>>> Jay >>>> >>>> -- >>>> 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/e7704d73-8111-4ae4-9571-31f6672ef560n%40googlegroups.com >>>> <https://groups.google.com/d/msgid/ansible-project/e7704d73-8111-4ae4-9571-31f6672ef560n%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Ansible Project" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/ansible-project/714c4a1D-BM/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/ansible-project/CAG7s96UnKSXy%2B03OWxzb_Xg3OYKxpGVQn9UT3pj_xprUgYTFkw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/ansible-project/CAG7s96UnKSXy%2B03OWxzb_Xg3OYKxpGVQn9UT3pj_xprUgYTFkw%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/CA%2BxBmCOQFc9%3DutL%2B82S-%3DG_B7cX0ZLwWP1%3DAqx881vsGYK3XbQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/ansible-project/CA%2BxBmCOQFc9%3DutL%2B82S-%3DG_B7cX0ZLwWP1%3DAqx881vsGYK3XbQ%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/CAF5BPe04YkaUV8LN1KV40mMW6w-48ZiAy6_fjXW%3DXs0CqGrJnw%40mail.gmail.com > <https://groups.google.com/d/msgid/ansible-project/CAF5BPe04YkaUV8LN1KV40mMW6w-48ZiAy6_fjXW%3DXs0CqGrJnw%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/CA%2BLLie4rPux3Ue_k-0nE%2BU%3D7Nra0k79FXUdGf1ApPaD6F%3DhpAQ%40mail.gmail.com.
