Skip to content
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

Included reop jdauphant.ssl-certs not maintained anymore #1141

Open
andrewjkrull opened this issue Jul 23, 2020 · 1 comment
Open

Included reop jdauphant.ssl-certs not maintained anymore #1141

andrewjkrull opened this issue Jul 23, 2020 · 1 comment

Comments

@andrewjkrull
Copy link

SUMMARY

Repo in the requirements.yml file is no longer being maintained. Build is currently failing and preventing installation.

ISSUE TYPE
  • Bug Report
COMPONENT NAME
TASK [jdauphant.ssl-certs : stat] **********************************************************************************
Sorry, try again.
fatal: [node1 -> localhost]: FAILED! => {"changed": false, "module_stderr": "[sudo via ansible, key=vsqarraaacqzvruldzsnmpmwgmkolsrp] password:\nsudo: no password was provided\nsudo: 1 incorrect password attempt\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}

PLAY RECAP *********************************************************************************************************
node1                      : ok=49   changed=0    unreachable=0    failed=1    skipped=241  rescued=0    ignored=0
ANSIBLE VERSION
ansible 2.9.6
  config file = /Projects/ansible/ansible.cfg
  configured module search path = ['/Projects/house/ansible/library']
  ansible python module location = /usr/local/lib/python3.7/site-packages/ansible
  executable location = /usr/local/bin/ansible
  python version = 3.7.7 (default, Mar 10 2020, 15:43:33) [Clang 11.0.0 (clang-1100.0.33.17)]
CONFIGURATION

DEFAULT_GATHERING(/Projects/ansible/ansible.cfg) = smart
DEFAULT_HOST_LIST(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/environments/local']
DEFAULT_MODULE_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/library']
DEFAULT_ROLES_PATH(/Projects/ansible/ansible.cfg) = ['/Projects/ansible/roles']
DEPRECATION_WARNINGS(/Projects/ansible/ansible.cfg) = False
HOST_KEY_CHECKING(/Projects/ansible/ansible.cfg) = False
RETRY_FILES_ENABLED(/Projects/ansible/ansible.cfg) = False

OS / ENVIRONMENT

MAC -> Centos 7.6 (vagrant)

STEPS TO REPRODUCE

Copy and paste playbook from README and run
andsible-playbook -i environments/local sonarqube_install.yml

EXPECTED RESULTS

Have a working sonarqube install.

ACTUAL RESULTS

Breaks using jdauphant.ssl-certs : stat

  - local_action: stat path={{ ssl_certs_local_privkey_path }}
    register: stat_privkey
    become: no
    tags: [ssl-certs,configuration]

  - local_action: stat path={{ ssl_certs_local_cert_path }}
    register: stat_cert
    become: no
    tags: [ssl-certs,configuration]
@dzmitry-rudnouski
Copy link
Member

Role is not maintained, but latest version (1.7.1) works fine for me in non-vagrant installations. Try to recheck in non-vagrant install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants