https://github.com/populatetools/ansible-utils
Ansible tools for our daily workflows
https://github.com/populatetools/ansible-utils
Last synced: about 1 year ago
JSON representation
Ansible tools for our daily workflows
- Host: GitHub
- URL: https://github.com/populatetools/ansible-utils
- Owner: PopulateTools
- License: mit
- Created: 2021-01-05T15:04:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T04:28:37.000Z (almost 2 years ago)
- Last Synced: 2025-02-22T18:51:53.813Z (about 1 year ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-utils
Ansible tools for our daily workflows.
`$ ansible-utils --help`:
```
NAME:
Ansible Utils
DESCRIPTION:
Utils for managing Ansible projects
COMMANDS:
config Creates and edits the configuration
copy_roles Copy playbook roles from generic source
help Display global or [command] help documentation
symlink_roles Symlink playbook roles from generic source
GLOBAL OPTIONS:
-h, --help
Display help documentation
-v, --version
Display version information
-t, --trace
Display backtrace when an error occurs
```
## Setup
```
$ gem install ansible-utils
```
Once installed run `$ ansible-utils config` to complete the configuration. You'll need to add the path to the generic roles folder.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/PopulateTools/ansible-utils. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Authors
This is a project developed by [Populate](https://populate.tools).