diff --git a/src/index.html b/src/index.html index 2322df9..d5323b3 100644 --- a/src/index.html +++ b/src/index.html @@ -74,7 +74,7 @@
single-shot → ansible-playbook
-
$ enroll single-shot --out ./ansible
+
$ enroll single-shot --harvest ./harvest --out ./ansible
$ cd ./ansible && tree -L 2
.
 ├── ansible.cfg
@@ -178,7 +178,6 @@
     

Quickstart

-

Copy, paste, iterate.

Full README @@ -199,7 +198,7 @@
# Harvest → Manifest in one go
-enroll single-shot --out ./ansible
+enroll single-shot --harvest ./harvest --out ./ansible
 
 # Then run Ansible locally
 ansible-playbook -i "localhost," -c local ./ansible/playbook.yml