From: Alfredo Deza Date: Fri, 17 Jul 2015 20:02:05 +0000 (-0400) Subject: document the init yml file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c53fb6e6c4fa43ebece0a7e30e02c8bfed507538;p=ceph-build.git document the init yml file Signed-off-by: Alfredo Deza --- 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: