From c53fb6e6c4fa43ebece0a7e30e02c8bfed507538 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 17 Jul 2015 16:02:05 -0400 Subject: [PATCH] document the init yml file Signed-off-by: Alfredo Deza --- ansible/init.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible/init.yml b/ansible/init.yml index e5d2d6b0..922f7780 100644 --- a/ansible/init.yml +++ b/ansible/init.yml @@ -1,6 +1,11 @@ --- +# Public-facing machines get the port changed to prevent a bit of abuse on the +# standard one. There are some caveats to this approach, since we are changing +# the default port we now need to instruct everything else to use the alternate +# one. This should be run against newly brought up hosts when they are going to +# be publicly accessible. -- hosts: master +- hosts: all user: centos sudo: true tasks: -- 2.39.5