panda vor 4 Jahren
Ursprung
Commit
139a7ae14f
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,7 +1,9 @@
 PREREQUISITES:
 
-apt-get install -y ansible
+install ansible:
+	apt-get install -y ansible
 
+add hosts lines to ansible:
 	echo "[thismachine]" >> /etc/ansible/hosts
 	echo "127.0.0.1" >> /etc/ansible/hosts