From e6009b3f35c859f953d16b188bb4f16dce61ca4e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 14 Mar 2017 09:52:55 +0000
Subject: [PATCH] Install Ansible and git

---
 README.md |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index a7e0455..da47da9 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# Rundeck
+
 This is a Docker image of Rundeck (http://rundeck.org)
 based on `debian:latest`
 
@@ -8,7 +10,7 @@
 ```
 
 Rundeck should be available at http://127.0.0.1:4440/
-(user/password pairs: user/user and admin/admin)
+(user/password pairs: `user`/`user` and `admin`/`admin`)
 
 By default it uses H2 database and Docker data volumes
 for storage persistence.
@@ -61,7 +63,7 @@
 ```
 
 Then set the following options in
-/srv/rundeck/etc/rundeck-config.properties
+`/srv/rundeck/etc/rundeck-config.properties`
 
 ```
 dataSource.url = jdbc:mysql://rundeck-db/rundeck?autoReconnect=true
@@ -78,4 +80,4 @@
 ## Configuration
 
 You can change Java system properties and JVM options by modifying
-`RDECK_JVM` property in /etc/rundeck/profile (which is persisted).
+`RDECK_JVM` property in `/etc/rundeck/profile` (which is persisted).

--
Gitblit v1.9.1