• Blog
  • Ansible community forum
  • Documentation
Ansible Logo
Ansible Collections Documentation
Ansible collections

Collections:

  • Collection Index
    • Collections in the Dubzland Namespace
      • Dubzland.Bind9
      • Dubzland.Gitlab
      • Dubzland.Minio
      • Dubzland.Openstack
        • Description
        • Plugin Index
        • Role Index
      • Dubzland.Postgresql
      • Dubzland.Utils
      • Dubzland.Vault

Plugin indexes:

  • Index of all Modules
  • Index of all Roles

Reference indexes:

  • Index of all Collection Environment Variables
Ansible collections
  • Collection Index
  • Collections in the Dubzland Namespace
  • Dubzland.Openstack
  • dubzland.openstack.openstack_ceph_client role – Configuration related tasks for components requiring Ceph access

dubzland.openstack.openstack_ceph_client role – Configuration related tasks for components requiring Ceph access

Note

This role is part of the dubzland.openstack collection (version 1.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dubzland.openstack.

To use it in a playbook, specify: dubzland.openstack.openstack_ceph_client.

  • Entry point main – Configuration related tasks for components requiring Ceph access

    • Synopsis

    • Parameters

Entry point main – Configuration related tasks for components requiring Ceph access

Synopsis

  • Retrieves ceph configuration file and client keys from a cluster node

Parameters

Parameter

Comments

openstack_ceph_client_bootstrap_host

string / required

Ceph cluster host containing the required keys and configuration.

openstack_ceph_client_keys

list / elements=string / required

List of client keyring files to retrieve from the Ceph host.

openstack_ceph_client_packages

list / elements=string

List of packages to install on ceph client nodes.

Default: ["ceph-common"]

Collection links

  • Issue Tracker
  • Repository (Sources)
Previous Next

© Copyright Ansible contributors.