Created
December 27, 2020 15:07
-
-
Save spetersson/00f760767dd20c643bfeefa8a26cef11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ansible_ssh_user: centos | |
ceph_origin: repository | |
ceph_repository: community | |
ceph_stable_release: octopus | |
public_network: "10.0.1.0/24" | |
cluster_network: "10.0.1.0/24" | |
monitor_interface: eth0 | |
dashboard_enabled: True | |
dashboard_port: 8443 | |
dashboard_protocol: http | |
grafana_server_fqdn: dev-ceph-mon-11.i-hate-my-life.com | |
dashboard_admin_password: blabla | |
grafana_admin_password: blabla | |
devices: | |
- '/dev/vdb' | |
- '/dev/vdc' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mons] | |
mon1 ansible_host=10.17.26.37 | |
mon2 ansible_host=10.17.25.55 | |
mon3 ansible_host=10.17.25.77 | |
[osds] | |
osd1 ansible_host=10.17.26.137 | |
osd2 ansible_host=10.17.24.184 | |
osd3 ansible_host=10.17.25.65 | |
[grafana-server] | |
mon1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment