init
This commit is contained in:
9
ansible/roles/ceph/01_bootstrap/tasks/main.yml
Normal file
9
ansible/roles/ceph/01_bootstrap/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: cephadm bootstrap
|
||||
ansible.builtin.command: >
|
||||
cephadm bootstrap
|
||||
--mon-ip 192.168.0.102
|
||||
--initial-dashboard-user admin
|
||||
--initial-dashboard-password password
|
||||
--allow-fqdn-hostname
|
||||
changed_when: true
|
||||
Reference in New Issue
Block a user