mirror of https://github.com/ceph/ceph-ansible.git
9 lines
202 B
YAML
9 lines
202 B
YAML
|
---
|
||
|
- name: configure openSUSE ceph OBS repository
|
||
|
zypper_repository:
|
||
|
name: "OBS:filesystems:ceph"
|
||
|
state: present
|
||
|
uri: "{{ ceph_obs_repo }}"
|
||
|
auto_import_keys: yes
|
||
|
autorefresh: yes
|