Skip to content

Commit f3365d3

Browse files
committed
begin ansible starter page
1 parent ef2cc7d commit f3365d3

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: Ansible
2+
category: page
3+
slug: ansible
4+
sortorder: 0829
5+
toc: False
6+
sidebartitle: Ansible
7+
meta: Ansible is configuration management tool used for application deployment and environment setup.
8+
9+
10+
# Ansible
11+
[Ansible](http://docs.ansible.com/ansible/latest/index.html) is
12+
[configuration management tool](/configuration-management.html) used for
13+
[application deployment](/deployment.html) and
14+
[environment setup](/development-environments.html).
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What's next after automating your deployment?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/continuous-integration.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/web-analytics.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/api-integration.html" %}
16+
</div>
17+
</div>
18+
</div>

0 commit comments

Comments
 (0)