ceph pre-deploy playbook

This commit is contained in:
a.pivkin 2024-10-23 19:59:22 +03:00
parent 10e5d2cff7
commit 149cf686b3

View File

@ -11,7 +11,7 @@
command:
chdir: /tmp
cmd: >
wget -q -O- 'https://download.ceph.com/keys/release.asc';
wget -q -O 'https://download.ceph.com/keys/release.asc';
gpg -o /user/share/keyrings/ceph.gpg --dearmor release.asc;
- name: Add ceph repo
apt_repository: