Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 7d3e49a

Browse files
authored
Fix clickhouse_clusters is not a valid attribute for a Play (#89)
* Fix clickhouse_clusters is not a valid attribute for a Play * Fix yaml for clickhouse_clusters in readme
1 parent 95e35ea commit 7d3e49a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,18 @@ Including an example of how to use your role (for instance, with variables passe
285285
- { name: testu1 }
286286
- { name: testu2, state:present }
287287
- { name: testu3, state:absent }
288-
clickhouse_clusters:
289-
your_cluster_name:
290-
shard_1:
291-
- { host: "db_host_1", port: 9000 }
292-
- { host: "db_host_2", port: 9000 }
293-
shard_2:
294-
- { host: "db_host_3", port: 9000 }
295-
- { host: "db_host_4", port: 9000 }
296-
clickhouse_zookeeper_nodes:
297-
- { host: "zoo_host_1", port: 2181 }
298-
- { host: "zoo_host_2", port: 2181 }
299-
- { host: "zoo_host_3", port: 2181 }
288+
clickhouse_clusters:
289+
your_cluster_name:
290+
shard_1:
291+
- { host: "db_host_1", port: 9000 }
292+
- { host: "db_host_2", port: 9000 }
293+
shard_2:
294+
- { host: "db_host_3", port: 9000 }
295+
- { host: "db_host_4", port: 9000 }
296+
clickhouse_zookeeper_nodes:
297+
- { host: "zoo_host_1", port: 2181 }
298+
- { host: "zoo_host_2", port: 2181 }
299+
- { host: "zoo_host_3", port: 2181 }
300300
roles:
301301
- ansible-clickhouse
302302
```

0 commit comments

Comments
 (0)