ok, giving up, github does not render asciidoc well at all.
Is there something we can use to generate manpages from markdown?
This commit is contained in:
parent
28afd7208e
commit
783d3642a8
1 changed files with 1 additions and 19 deletions
|
@ -29,25 +29,7 @@ be supported in the future.
|
||||||
EXAMPLE
|
EXAMPLE
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Remove the '# before pasting in the file, it's not part of the format and is only here to
|
see https://github.com/mpdehaan/ansible/blob/master/examples/playbook.yml
|
||||||
make github render properly
|
|
||||||
|
|
||||||
[source]
|
|
||||||
- pattern: '*'
|
|
||||||
hosts: '/etc/ansible/hosts'
|
|
||||||
tasks:
|
|
||||||
- name: configure template & module variables for future template calls
|
|
||||||
action: setup http_port=80 max_clients=200
|
|
||||||
- name: write the apache config file
|
|
||||||
action: template src=/srv/templates/httpd.j2 dest=/etc/httpd/conf
|
|
||||||
notify:
|
|
||||||
- restart apache
|
|
||||||
- name: ensure apache is running
|
|
||||||
action: service name=httpd state=started
|
|
||||||
handlers:
|
|
||||||
- name: restart apache
|
|
||||||
- action: service name=httpd state=restarted
|
|
||||||
|
|
||||||
|
|
||||||
WHAT THE EXAMPLE MEANS
|
WHAT THE EXAMPLE MEANS
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Reference in a new issue