https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-gui-dev-tools
Install and configure GUI development tools
https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-gui-dev-tools
ansible build-systems
Last synced: about 2 months ago
JSON representation
Install and configure GUI development tools
- Host: GitHub
- URL: https://github.com/ccdc-opensource/ansible-role-ccdc-cpp-gui-dev-tools
- Owner: ccdc-opensource
- License: mit
- Created: 2021-04-09T18:52:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T21:53:11.000Z (10 months ago)
- Last Synced: 2025-05-13T23:08:33.005Z (10 months ago)
- Topics: ansible, build-systems
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Install GUI dev tools
Install and configure GUI development tools
Applying this role will set up a range of GUI development tools on the machine for use as a development environment.
### Linux
- meld
- GNOME desktop environment
- Visual Studio Code
- TortoiseHg
- a recent version of Git
- Firefox
- PyCharm Community Edition
### macOS
- meld
- Araxis Merge
- Visual Studio Code
- TortoiseHg
- Firefox
- PyCharm Community Edition
### Windows
- meld
- Araxis Merge
- Visual Studio Code
- TortoiseHg
- Firefox
- Fiddler
- PyCharm Community Edition
## Requirements
None.
## Role Variables
None.
## Dependencies
None.
## Example Playbook
- hosts: all
roles:
- ccdc.cpp_gui_dev_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