From 946c8988ae08ccacd636bcf12568ecee83bb4fb4 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sun, 29 Mar 2020 22:25:21 +0200 Subject: [PATCH 1/2] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dacc204..2bdc669 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The main goals of this project are: ## Prerequisites - A server running Ubuntu or some other Debian-based distribution and working SSH access. (To try SATT in a local virtual machine, check out the Quickstart with Vagrant below) -- Ansible on another computer that will send SSH commands to the target server to provision it +- Ansible on another Linux machine that will send SSH commands to the target server to provision it ## Quickstart: Vagrant From 9d10a4dbaffab27e452b1ab4aecca653892de911 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sun, 29 Mar 2020 22:36:10 +0200 Subject: [PATCH 2/2] Vagrantfile: Disabled config for Vagrant::Hostsupdate and added some comments --- Vagrantfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 7018500..801acf7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -43,7 +43,11 @@ Vagrant.configure(2) do |config| config.vm.define "satt" do |dev| dev.vm.hostname = "satt.local" - dev.hostsupdater.aliases = ["nextcloud.satt.local", "jitsi.satt.local"] + + # If you have installed the Vagrant::Hostsupdate plugin, you can add additional domains + # that should be mapped to the VM. + #dev.hostsupdater.aliases = ["nextcloud.satt.local", "jitsi.satt.local"] + # An additional IP that allows you to access the VM and its services from the VM host. # If you change this IP, you will have to modify the `ansible_host` in the inventory file correspondingly. # More information about the various network modes: