Skip to content

Commit

Permalink
Added supported OS's
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Anderson committed Nov 14, 2018
1 parent c5d743c commit 4d5b424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# avinetworks.docker

## Build Status

[![Build Status](https://travis-ci.org/avinetworks/ansible-role-docker.svg?branch=master)](https://travis-ci.org/avinetworks/ansible-role-docker)

## Role Summary
This role provides the following:
* Installation of Docker following Docker-Engine install procedures as documented by Docker.
* It will manage kernel versions as well, verifying the that the correct kernel for Docker support is installed.
Expand All @@ -9,13 +14,16 @@ Supports the following Operating Systems:
* RedHat 7
* Fedora 24
* Fedora 23
* Fedora 26
* Fedora 27
* Fedora 29
* OracleLinux 7
* Ubuntu 14.04
* Ubuntu 16.04

## Requirements

This role requires Ansible 2.0.0 or higher. Requirements are listed in the metadata file.
This role requires Ansible 2.4 or higher. Requirements are listed in the metadata file.

If you rely on privileage escalation (e.g. `become: true`) with this role, you will need Ansible 2.2.1 or higher to take advantage of this issue being fixed: https://github.com/ansible/ansible/issues/17490

Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ galaxy_info:
company: Avi Networks
issue_tracker_url: https://github.com/avinetworks/ansible-role-docker/issues
license: Apache 2.0
min_ansible_version: 2.0.0
min_ansible_version: 2.4.0
github_branch: master
platforms:
- name: CentOS
Expand Down

0 comments on commit 4d5b424

Please sign in to comment.