Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/git-ogawa/ansible-collection-yaml
https://github.com/git-ogawa/ansible-collection-yaml
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/git-ogawa/ansible-collection-yaml
- Owner: git-ogawa
- License: gpl-3.0
- Created: 2023-04-30T05:43:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T13:01:25.000Z (12 months ago)
- Last Synced: 2023-12-09T13:30:35.951Z (12 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Yaml collection for Ansible
This collection includes modules for managed yaml on target host.
List of the modules are listed [modules](#modules).## Requirements
- python >= 3.8
- ansible >= 2.9The python packages are required.
- ruamel.yaml >= 0.17.21
- jmespath >= 1.0.1## Installation
To install in ansible default or defined paths use:```bash
ansible-galaxy collection install git_ogawa.yaml
```To specify the installation location use `-p`. If specifying a folder, make sure to update the `ansible.cfg` so ansible will check this folder as well.
```bash
ansible-galaxy collection install git_ogawa.yaml -p collections/
```## modules
To see usage, see the links below.
- [git_ogawa.yaml.update_yaml](docs/git_ogawa.yaml.update_yaml_module.rst)