From 8ac979420d4aa659d73a2eeb3c74e27684764331 Mon Sep 17 00:00:00 2001 From: discopatrick Date: Sat, 11 Feb 2017 15:08:30 +0000 Subject: [PATCH] updates the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d2671..a3cab0f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In this playbook, the first play is to add the admin user - this is done while l Any plays, roles, or tasks beyond this should use your new admin user. The name of this user is set at group_var level - because the user will be different depending on the environment ('vagrant' on the development box, 'admin' elsewhere). -### rsync.yml +### rsync-remote.yml A playbook to sync a folder on one remote host, to a folder on another remote host. @@ -45,6 +45,8 @@ Currently tested on two remote hosts (not vagrant). View the comments in the playbook for more info. +## Work in progress + ### ansible-pull-setup.yml A playbook for setting up an [ansible-pull](http://docs.ansible.com/ansible/playbooks_intro.html#ansible-pull) scenario.