Skip to content

Instantly share code, notes, and snippets.

@spetersson
Created December 27, 2020 15:07
Show Gist options
  • Save spetersson/00f760767dd20c643bfeefa8a26cef11 to your computer and use it in GitHub Desktop.
Save spetersson/00f760767dd20c643bfeefa8a26cef11 to your computer and use it in GitHub Desktop.
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'
[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