https://github.com/mtmiller/ansible-role-octave-dev
Ansible role to configure a GNU Octave development environment
https://github.com/mtmiller/ansible-role-octave-dev
ansible-role development octave system-configuration
Last synced: 9 days ago
JSON representation
Ansible role to configure a GNU Octave development environment
- Host: GitHub
- URL: https://github.com/mtmiller/ansible-role-octave-dev
- Owner: mtmiller
- License: mit
- Created: 2018-02-17T02:30:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T00:57:36.000Z (about 8 years ago)
- Last Synced: 2025-11-10T21:32:32.277Z (7 months ago)
- Topics: ansible-role, development, octave, system-configuration
- Homepage: https://galaxy.ansible.com/mtmiller/octave-dev
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ansible Octave Development Environment Role
[](https://travis-ci.org/mtmiller/ansible-role-octave-dev)
[](https://galaxy.ansible.com/mtmiller/octave-dev)
[](CONTRIBUTING.md)
This Ansible role installs all development tools and libraries needed to build
GNU Octave from source.
For now this role targets most releases of Debian and Ubuntu.
## Requirements
* Debian or Ubuntu target system
* Ansible 2.1 or greater
## Installation
Install this role from Ansible Galaxy with
ansible-galaxy install mtmiller.octave-dev
## Example Playbook
This is an example playbook showing how to use this role.
- hosts: servers
roles:
- mtmiller.octave-dev
## License
This role is licensed under the [MIT](https://opensource.org/licenses/MIT)
license. See [LICENSE.md](LICENSE.md) for the full license text.