Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtanaka/ansible-role-m4
Ansible role to install m4 macro processor
https://github.com/wtanaka/ansible-role-m4
ansible ansible-galaxy ansible-role ansible-roles galaxy m4 macro macros
Last synced: 14 days ago
JSON representation
Ansible role to install m4 macro processor
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-m4
- Owner: wtanaka
- Created: 2017-02-27T01:14:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T02:53:00.000Z (over 5 years ago)
- Last Synced: 2024-11-22T21:49:51.564Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, galaxy, m4, macro, macros
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wtanaka/ansible-role-m4.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-m4)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-m4.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-m4)wtanaka.m4
============This ansible role installs GNU M4, an implementation of the
traditional Unix macro processor. It is mostly SVR4 compatible
although it has some extensions (for example, handling more than 9
positional parameters to macros). GNU M4 also has built-in functions
for including files, running shell commands, doing arithmetic, etc.Example Playbook
----------------- hosts: all
roles:
- wtanaka.m4License
-------GPLv2
Author Information
------------------http://wtanaka.com/