summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-29 07:37:23 +0000
committerLars Wirzenius <liw@liw.fi>2021-01-29 07:37:23 +0000
commit18234b3451fbb24ee63faeeb764e1ebf4136fe43 (patch)
treef1f8c0878dfbdfd194c3fbe5de4b89391370da91
parent03ba1e991a1159f05cfbc20a056763082a35c003 (diff)
parent6854f65b6eb2d1bae3bae5d2a43d4eb3b7ac13f5 (diff)
downloadobnam2-18234b3451fbb24ee63faeeb764e1ebf4136fe43.tar.gz
Merge branch 'fix' into 'main'
Fix Ansible See merge request larswirzenius/obnam!77
-rw-r--r--README.md4
-rw-r--r--ansible/hosts2
2 files changed, 3 insertions, 3 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
```
diff --git a/ansible/hosts b/ansible/hosts
index 253d739..136086c 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -1,2 +1,2 @@
-[obnam-server]
+[server]
obnam-server