ceph-ansible/roles/ceph-common-coreos
Major Hayden 620fb37dd4
Avoid deprecated always_run
The `always_run` key is deprecated and being removed in Ansible 2.4.
Using it causes a warning to be displayed:

    [DEPRECATION WARNING]: always_run is deprecated.

This patch changes all instances of `always_run` to use the `always`
tag, which causes the task to run each time the playbook runs.
2017-10-12 08:29:44 -05:00
..
defaults Added ceph_release generation and fixed missing whitespace in ceph_release checks 2016-09-09 18:16:41 -04:00
tasks Avoid deprecated always_run 2017-10-12 08:29:44 -05: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.