ceph-ansible/roles/ceph-common-coreos
James Saint-Rossy d4a60a9394 Added ceph_release generation and fixed missing whitespace in ceph_release checks 2016-09-09 18:16:41 -04:00
..
defaults Added ceph_release generation and fixed missing whitespace in ceph_release checks 2016-09-09 18:16:41 -04:00
tasks Added ceph_release generation and fixed missing whitespace in ceph_release checks 2016-09-09 18:16:41 -04:00
templates Adding role for deploying python on CoreOS 2016-03-24 16:24:44 +01:00
README.md cleanup: fix typos 2016-05-09 15:12:01 +08:00

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.