From f31955e6d03816237fdf6febb9d8532a98cc193d Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 8 Feb 2019 09:34:44 -0500 Subject: [PATCH] Create README.rst --- roles/0-init/README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roles/0-init/README.rst diff --git a/roles/0-init/README.rst b/roles/0-init/README.rst new file mode 100644 index 000000000..d9c535ccb --- /dev/null +++ b/roles/0-init/README.rst @@ -0,0 +1,9 @@ +============= +0-init README +============= + +For a higher-level view, please see `IIAB Installation `_ and http://FAQ.IIAB.IO + +This 0th stage literally sets the stage for Internet-in-a-Box (IIAB) installation, prior to Ansible running `Stages 1-to-9 <.>`_ and then the `network `_ stage. + +This serves to confirm low-level Ansible facts from the OS — e.g. for housekeeping tasks related to TZ (time zone), hostname, FQDN (fully-qualified domain name), unusual systemwide dependencies etc — and whether Internet is live so that IIAB installation can proceed.