Configuration exampleΒΆ

The following is an example of the Remove Ceph pool plugin configuration:

{
  "global_vars": {
    "cluster": "ceph",
    "pool_names": [
      "test",
      "images"
    ]
  },
  "inventory": {
    "_meta": {
      "hostvars": {
        "10.0.0.21": {
          "ansible_user": "ansible"
        }
      }
    },
    "mons": [
      "10.0.0.21"
    ]
  }
}