summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-29 09:32:11 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-29 09:32:11 +0200
commitdef3fbdbf022bb7bcb2bea0902d791287b836545 (patch)
treeacddb195e36d89f152016ea04861ce00155b1f52
parent03ba1e991a1159f05cfbc20a056763082a35c003 (diff)
downloadobnam2-def3fbdbf022bb7bcb2bea0902d791287b836545.tar.gz
fix: README instructions for using the Ansible playbook
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index af9d6e1..cba9db8 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ following commands in the Obnam source tree, replacing
```sh
$ cd ansible
-$ printf '[obnam-server]\nobnam.example.com\n' > hosts
+$ printf '[server]\nobnam.example.com\n' > hosts
$ ansible-playbook -i hosts obnam-server.yml -e domain=obnam.example.com
```
@@ -29,7 +29,7 @@ private host use the following instead:
```sh
$ cd ansible
-$ printf '[obnam-server]\nprivate-vm\n' > hosts
+$ printf '[server]\nprivate-vm\n' > hosts
$ ansible-playbook -i hosts obnam-server.yml
```