Skip to content

Commit 51e4b72

Browse files
committedDec 13, 2020
First usable commit
0 parents  commit 51e4b72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1385
-0
lines changed
 

‎.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/vagrant/.vagrant/
2+
/vagrant/ap_spec.rb
3+
/vagrant/*.yaml
4+
/ansible/hosts.yaml
5+
/ansible/group_vars/**/*.yaml
6+
!/ansible/group_vars/00-defaults.yaml

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
For versions that have a major of 0, a convention is followed so that
9+
the minor number is incremented when backward-incompatible changes are
10+
made, while the third number is incremented for backward compatible
11+
changes. For example, versions `0.2.x` are not compatible with `0.1.x`.
12+
13+
## [Unreleased]
14+
15+
* Initial release of the playbook.
16+
17+
<!-- vi: set tw=72 et sw=2 fo=tcroqan autoindent: -->

0 commit comments

Comments
 (0)
Please sign in to comment.