added gitignore to ignore idea folder
This commit is contained in:
parent
1d5f6fd49d
commit
4a62ef6f20
24
inv.yaml
24
inv.yaml
|
|
@ -1,17 +1,17 @@
|
|||
ceph-nodes:
|
||||
hosts:
|
||||
ceph-node01:
|
||||
ansible_host: 10.50.37.14
|
||||
ansible_user: user
|
||||
ansible_ssh_pass: 123456
|
||||
ansible_become_pass: 123456
|
||||
ansible_host: 10.50.8.51
|
||||
ansible_user: g10
|
||||
ansible_ssh_pass: 12345
|
||||
ansible_become_pass: 12345
|
||||
ceph-node02:
|
||||
ansible_host: 10.50.37.15
|
||||
ansible_user: user
|
||||
ansible_ssh_pass: 123456
|
||||
ansible_become_pass: 123456
|
||||
ansible_host: 10.50.8.75
|
||||
ansible_user: g10
|
||||
ansible_ssh_pass: 12345
|
||||
ansible_become_pass: 12345
|
||||
ceph-node03:
|
||||
ansible_host: 10.50.37.16
|
||||
ansible_user: user
|
||||
ansible_ssh_pass: 123456
|
||||
ansible_become_pass: 123456
|
||||
ansible_host: 10.50.8.76
|
||||
ansible_user: g10
|
||||
ansible_ssh_pass: 12345
|
||||
ansible_become_pass: 12345
|
||||
|
|
@ -12,9 +12,9 @@
|
|||
grafana_tag: "9.4.12"
|
||||
alertmanager_tag: "v0.27.0"
|
||||
ntp_server: "ntp.int.nt-com.ru"
|
||||
first_mon_ip: "10.52.37.14"
|
||||
first_mon_ip: "10.50.8.51"
|
||||
# cluster_network: "10.63.0.0/24"
|
||||
public_network: "10.52.37.0/24"
|
||||
public_network: "10.50.8.0/24"
|
||||
CEPH_RELEASE: '19.2.0'
|
||||
initial_dashboard_user: 'admin'
|
||||
initial_dashboard_password: 'qweqwe'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user