Skip to content

Commit a7f1749

Browse files
committed
travis banner
1 parent b10c4a8 commit a7f1749

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1-
ansible-role-pxe\_bootstrap
1+
[![Build Status](https://travis-ci.org/CSC-IT-Center-for-Science/ansible-role-pxe_bootstrap.svg?branch=master)](https://travis-ci.org/CSC-IT-Center-for-Science/ansible-role-pxe_bootstrap)
2+
3+
ansible-role-pxe_bootstrap
24
=========
35

4-
A brief description of the role goes here.
6+
Sets up a PXE system for reinstalling nodes
7+
8+
Related roles:
9+
10+
- https://github.com/CSC-IT-Center-for-Science/ansible-role-pxe_config
11+
- https://github.com/CSC-IT-Center-for-Science/ansible-role-dhcp_server
512

613
Requirements
714
------------
815

9-
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
1016

1117
Role Variables
1218
--------------
1319

14-
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
20+
see defaults/main.yml
1521

1622
Dependencies
1723
------------
1824

19-
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
2025

2126
Example Playbook
2227
----------------
@@ -25,7 +30,7 @@ Including an example of how to use your role (for instance, with variables passe
2530

2631
- hosts: servers
2732
roles:
28-
- { role: ansible-role-pxe_bootstrap, x: 42 }
33+
- { role: ansible-role-pxe_bootstrap }
2934

3035
License
3136
-------
@@ -35,4 +40,3 @@ MIT
3540
Author Information
3641
------------------
3742

38-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).

0 commit comments

Comments
 (0)