mirror of https://github.com/ceph/ceph-ansible.git
2e50e5ba88
Carefully chosen "always_run: true" parameters for read-only tasks that register variables. This enables --check runs (at least on deployed clusters). |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
templates | ||
README.md |
README.md
Ansible role: Ceph Storage Agent
This role installs python and pip on CoreOS.
Requirements
This role has to be run without gathering facts and with sudo attribute.
Role variables
Have a look at: defaults/main.yml
.
Mandatory variables
None.
Dependencies
New CoreOS releases support pypy in version 2.4 and above. Unfortunately CoreOS stable channel has to be used with pypy in version 2.4 and below due to some dependency issues.
Example Playbook
- hosts: servers
remote_user: core
become: True
gather_facts: false
roles:
- { role: ceph-common-coreos }
Contribution
THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE
License
Apache
Author Information
This role was created by Piotr Prokop.