Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update metadata and regen readme
  • Loading branch information
ypid committed Aug 21, 2016
1 parent 7611ddd commit 08dc7c2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
31 changes: 19 additions & 12 deletions README.md
@@ -1,30 +1,38 @@
## [![DebOps project](http://debops.org/images/debops-small.png)](http://debops.org) lxc
## [![DebOps](https://debops.org/images/debops-small.png)](https://debops.org) lxc

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

`debops.lxc` role can be used to configure and manage LXC environment on
[![Travis CI](https://img.shields.io/travis/debops/ansible-lxc.svg?style=flat)](https://travis-ci.org/debops/ansible-lxc)
[![test-suite](https://img.shields.io/badge/test--suite-ansible--lxc-blue.svg?style=flat)](https://github.com/debops/test-suite/tree/master/ansible-lxc/)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-debops.lxc-660198.svg?style=flat)](https://galaxy.ansible.com/debops/lxc)


The `debops.lxc` role can be used to configure and manage LXC environment on
a host. Specifically, LXC 1.0 support will be installed on Ubuntu Trusty
and Debian Jessie, for Debian Wheezy, LXC 1.0 package will be backported
from Jessie using `debops.backporter` role and Linux kernel from
from Jessie using the `debops.backporter` role and Linux kernel from
`wheezy-backports` will be installed for required kernel features (this
will require a reboot of the host).

You can use `debops.lxc` role to create and manage Linux Containers with
You can use the `debops.lxc` role to create and manage Linux Containers with
different configurations. These containers can be used on an external
interface (DHCP server is recommended) or on an internal NAT interface
(network will be configured by a specific play in DebOps, using
`debops.dnsmasq` and `debops.subnetwork` roles).
the roles `debops.dnsmasq` and `debops.subnetwork`).

### Installation

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

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

### Documentation

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


### Role dependencies
Expand All @@ -39,19 +47,18 @@ 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

`lxc` role was written by:
- Maciej Delmanowski | [e-mail](mailto:drybjed@gmail.com) | [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/).
5 changes: 2 additions & 3 deletions meta/ansigenome.yml
@@ -1,9 +1,9 @@
---

ansigenome_info:
galaxy_url: "https://galaxy.ansible.com/debops/lxc"
github_url: "https://github.com/debops/ansible-lxc"
git_branch: "master"
galaxy_id: "1573"

travis: True

Expand All @@ -23,10 +23,9 @@ ansigenome_info:
from Jessie using the `debops.backporter` role and Linux kernel from
`wheezy-backports` will be installed for required kernel features (this
will require a reboot of the host).
You can use the `debops.lxc` role to create and manage Linux Containers with
different configurations. These containers can be used on an external
interface (DHCP server is recommended) or on an internal NAT interface
(network will be configured by a specific play in DebOps, using
the roles `debops.dnsmasq` and `debops.subnetwork`).
6 changes: 4 additions & 2 deletions meta/main.yml
Expand Up @@ -53,7 +53,7 @@ galaxy_info:
author: 'Maciej Delmanowski'
description: 'Configure and manage LXC environment on a host'
company: 'DebOps'
license: 'GNU General Public License v3'
license: 'GPL-3.0'
min_ansible_version: '1.7.0'
platforms:
- name: Ubuntu
Expand All @@ -63,5 +63,7 @@ galaxy_info:
versions:
- wheezy
- jessie
categories:
galaxy_tags:
- system
- container
- linux

0 comments on commit 08dc7c2

Please sign in to comment.