https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-troubleshooting-tools
https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-troubleshooting-tools
ansible build-systems
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-troubleshooting-tools
- Owner: ccdc-opensource
- License: mit
- Created: 2021-04-09T18:53:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T21:53:39.000Z (10 months ago)
- Last Synced: 2025-05-13T23:08:36.776Z (10 months ago)
- Topics: ansible, build-systems
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Install troubleshooting tools
Install a set of useful troubleshooting tools for C++ software.
This is to support build checkers and developers in identifying problems on builds.
### Linux
- strace
- htop
- valgrind
### macOS
- m-cli
- clang-format
- Midnight Commander
- sqldiff
- sqlite
- ctags
- screen
### Windows
- Midnight Commander
## Requirements
None.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
- hosts: all
roles:
- ccdc.cpp_troubleshooting_tools
## License
MIT / BSD
## Author Information
This role was created in 2020 by Claudio Bantaloukas, based on existing roles at CCDC, by Jeff Geerling and google searches