ansible-yum | Replacement for the ansible yum module
kandi X-RAY | ansible-yum Summary
kandi X-RAY | ansible-yum Summary
ansible-yum is a Python library typically used in Devops, Ansible applications. ansible-yum has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. However ansible-yum build file is not available. You can download it from GitHub.
Because the speed of execution of the original [yum module] shipped with ansible, is extremely slow, we have written a new module faster, which uses the same commands, you would use if you try to install a package manually. This module is written is python, but the logic is inspired from the [yum2 shell module] We choose to call it yum to be able to use the [with_items hacks] It means, that when you use with_items with the yum module, instead of calling the module one time for each item, it will call it once, with all the items as one argument. It supports most of the options supported by the [original yum module] however the list option is not supported.
Because the speed of execution of the original [yum module] shipped with ansible, is extremely slow, we have written a new module faster, which uses the same commands, you would use if you try to install a package manually. This module is written is python, but the logic is inspired from the [yum2 shell module] We choose to call it yum to be able to use the [with_items hacks] It means, that when you use with_items with the yum module, instead of calling the module one time for each item, it will call it once, with all the items as one argument. It supports most of the options supported by the [original yum module] however the list option is not supported.
Support
Quality
Security
License
Reuse
Support
ansible-yum has a low active ecosystem.
It has 11 star(s) with 2 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 2 open issues and 0 have been closed. On average issues are closed in 1014 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ansible-yum is v1.0.2
Quality
ansible-yum has 0 bugs and 0 code smells.
Security
ansible-yum has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
ansible-yum code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
ansible-yum is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
ansible-yum releases are available to install and integrate.
ansible-yum has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions are not available. Examples and code snippets are available.
It has 189 lines of code, 3 functions and 1 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed ansible-yum and discovered the below as its top functions. This is intended to give you an instant insight into ansible-yum implemented functionality, and help decide if they suit your requirements.
- Return the version string for the given name
- Check if the given name is installed
Get all kandi verified functions for this library.
ansible-yum Key Features
No Key Features are available at this moment for ansible-yum.
ansible-yum Examples and Code Snippets
No Code Snippets are available at this moment for ansible-yum.
Community Discussions
Trending Discussions on ansible-yum
QUESTION
ansible-playbook ansible-yum_repository writing to console
Asked 2019-Feb-18 at 20:27
I have an playbook that does this:
...ANSWER
Answered 2019-Feb-18 at 20:27Set no_log: True
in the task. This way, Ansible won’t log the task
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ansible-yum
You can download it from GitHub.
You can use ansible-yum like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use ansible-yum like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page