-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean install doesn't work on RH7 #40
Comments
Do you have the minor version of RHEL7 you are using? I brought up RHEL7 from AWS to try reproducing this... Not sure if this is already fixed or if I am not using the correct RHEL7 version. My RHEL version I used [ec2-user@ip-10-0-11-8 ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.7 (Maipo) |
Thanks very much for your response @jswongF5. I'm also using AWS, I have tried again there and was able to reproduce the issue.
|
Can you share the AMI ID you are using? I just tried with the following: AMI ID: ami-0e4a9c85c36c8d230 I am now using the same version as you. [ec2-user@ip-10-0-8-174 ~]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 (Maipo) If you scroll up a bit, does it look like it installs pip? TASK [ansible-role-nginx-management-suite : (Python 2) Get version 2.7 'pip' script] ************************************************************************************************************************************************************
changed: [35.89.85.176]
TASK [ansible-role-nginx-management-suite : (Python 2) Check if 'pip' binary exists] ************************************************************************************************************************************************************
ok: [35.89.85.176]
TASK [ansible-role-nginx-management-suite : (Python 2) Install 'pip' version 2.7] ***************************************************************************************************************************************************************
changed: [35.89.85.176] When you [ec2-user@ip-10-0-8-174 ~]$ pip --version
pip 20.3.4 from /usr/lib/python2.7/site-packages/pip (python 2.7) Also, what version are you using ( |
Describe the bug
When running the install on Red Hat 7 machine it fails on prerequisites/setup-certs.yml:17
To reproduce
Steps to reproduce the behavior:
Deploy the Ansible NGINX Management Suite role using
playbook.yml
Used example playbook here https://github.com/nginxinc/ansible-role-nginx-management-suite/blob/main/molecule/default/converge.yml
View ansible output
See error
Expected behavior
A clear and concise description of what you expected to happen.
NMS to install successfully
Your environment
Version of the Ansible NGINX Management Suite role or specific commit
0.2.0
Version of Ansible
2.15.0
Version of Jinja2 (if you are using any templating capability)
Target deployment platform
AWS EC2 RH 7 instance
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: