ansible-role-solita.jenkins icon indicating copy to clipboard operation
ansible-role-solita.jenkins copied to clipboard

Ansible role: Jenkins, completely configured with Ansible

Results 9 ansible-role-solita.jenkins issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.7 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....

dependencies

Bumps [mechanize](https://github.com/sparklemotion/mechanize) from 2.7.3 to 2.8.5. Release notes Sourced from mechanize's releases. 2.8.5 / 2022-06-09 Security Fixes low-severity CVE-2022-31033, "Authorization header leak on port redirect." See GHSA-64qm-hrgp-pgr9 for more details....

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

I'm getting this exception ` TASK [solita.jenkins : Add present Jenkins users] ****************************** [WARNING]: Module did not set no_log for password failed: [default] (item=admin) => {"changed": false, "item": "admin", "msg":...

ansible-role-solita.jenkins/meta/main.yml states min_ansible_version: 2.0.0.0 but depends on dependencies: - role: geerlingguy.jenkins version: 2.7.3 This is conflicting versions. Either downgrade to geerlingguy.jenkins 2.7.1 or require ansible 2.2.x.x

Hi, I am having problems to install plugins with the role: ``` 2017/04/19 09:52:10 ui: amazon-ebs: TASK [solita.jenkins : Install Jenkins plugins.] ******************************* amazon-ebs: TASK [solita.jenkins : Install Jenkins plugins.]...

It would be nice if the password files could be encrypted with Ansible vault. Recent versions of Ansible support Ansible vault encryption for _copy_ tasks so this might not require...

The user on the target machine needs to have a right to run commands using sudo without password. Otherwise, tasks like adding Jenkins users hang silently when prompting the password...

In the configuration of the `job-dsl` job, we should set "Action for removed jobs" to "Ignore" by default, and allow it to be changed to "Delete" or "Disable" with an...