]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
document the init yml file
authorAlfredo Deza <adeza@redhat.com>
Fri, 17 Jul 2015 20:02:05 +0000 (16:02 -0400)
committerAlfredo Deza <adeza@redhat.com>
Fri, 17 Jul 2015 21:23:27 +0000 (17:23 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/init.yml

index e5d2d6b00728ab0d27bb1952d372578d944e6c05..922f7780e16574a9e0912ce717cdc52039432a6a 100644 (file)
@@ -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: