Skip to content

Commit

Permalink
Deprecate role
Browse files Browse the repository at this point in the history
Fixes confusion of: #7
Goes in line with: debops/docs#162
  • Loading branch information
ypid committed Aug 18, 2016
1 parent a61199e commit b81439a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) kvm
## [![DebOps](https://debops.org/images/debops-small.png)](https://debops.org) kvm

[![Travis CI](http://img.shields.io/travis/debops/ansible-kvm.svg?style=flat)](http://travis-ci.org/debops/ansible-kvm) [![test-suite](http://img.shields.io/badge/test--suite-ansible--kvm-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-kvm/) [![Ansible Galaxy](http://img.shields.io/badge/galaxy-debops.kvm-660198.svg?style=flat)](https://galaxy.ansible.com/list#/roles/1572)
<!-- This file was generated by Ansigenome. Do not edit this file directly but
instead have a look at the files in the ./meta/ directory. -->

[![Travis CI](https://img.shields.io/travis/debops/ansible-kvm.svg?style=flat)](https://travis-ci.org/debops/ansible-kvm)
[![test-suite](https://img.shields.io/badge/test--suite-ansible--kvm-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-kvm/)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-debops.kvm-660198.svg?style=flat)](https://galaxy.ansible.com/debops/kvm)


### Warning, this is a deprecated role

It has been superseded by [debops.libvirtd](https://github.com/debops/ansible-libvirtd).

***

This role installs packages required for KVM support on a host. You can
then access this host with, for example, `virt-manager` to create and
Expand All @@ -10,34 +22,38 @@ manage KVM virtual machines.

This role requires at least Ansible `v1.7.0`. To install it, run:

ansible-galaxy install debops.kvm
```Shell
ansible-galaxy install debops.kvm
```

### Documentation

More information about `debops.kvm` can be found in the
[official debops.kvm documentation](http://docs.debops.org/en/latest/ansible/roles/debops.kvm.html).
[official debops.kvm documentation](https://docs.debops.org/en/latest/ansible/roles/ansible-kvm/docs/).


### Role dependencies

- `debops.ferm`

### Are you using this as a standalone role without DebOps?

You may need to include missing roles from the [DebOps common
playbook](https://github.com/debops/debops-playbooks/blob/master/playbooks/common.yml)
into your playbook.

[Try DebOps now](https://github.com/debops/debops) for a complete solution to run your Debian-based infrastructure.
[Try DebOps now](https://debops.org/) for a complete solution to run your Debian-based infrastructure.





### Authors and license

`kvm` role was written by:
- Maciej Delmanowski | [e-mail](mailto:[email protected]) | [Twitter](https://twitter.com/drybjed) | [GitHub](https://github.com/drybjed)

License: [GPLv3](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)
License: [GPL-3.0](https://tldrlegal.com/license/gnu-general-public-license-v3-%28gpl-3%29)

***

This role is part of the [DebOps](http://debops.org/) project. README generated by [ansigenome](https://github.com/nickjj/ansigenome/).
This role is part of [DebOps](https://debops.org/). README generated by [ansigenome](https://github.com/nickjj/ansigenome/).
11 changes: 7 additions & 4 deletions meta/ansigenome.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
---

ansigenome_info:
github_url: "https://github.com/debops/ansible-kvm"
git_branch: "master"
galaxy_id: "1572"
galaxy_url: 'https://galaxy.ansible.com/debops/kvm'
github_url: 'https://github.com/debops/ansible-kvm'
git_branch: 'master'

status:
name: 'deprecated'
note: 'It has been superseded by [debops.libvirtd](https://github.com/debops/ansible-libvirtd).'

travis: True

Expand All @@ -20,4 +24,3 @@ ansigenome_info:
This role installs packages required for KVM support on a host. You can
then access this host with, for example, `virt-manager` to create and
manage KVM virtual machines.

0 comments on commit b81439a

Please sign in to comment.