You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
955 B
Markdown

install_python_kubernetes: Ansible Role
================================================================================
An ansible role that installs the kubernetes python library via pip.
Requirements
----------------------------------------
This role requires that pip is installed on the remote machines. The
`python-kubernetes-ansible-role` is declared as a role dependency and will be
automatically installed.
Role Variables
----------------------------------------
None
Dependencies
----------------------------------------
See 'Requirements', the `python-kubernetes-ansible-role` is declared as a
dependency and will be ran bt this role.
Example Playbook
----------------------------------------
```yml
- hosts: all
roles:
- install_python_kubernetes
```
License
----------------------------------------
MIT
Author Information
----------------------------------------
This role was created by [shnee](https://github.com/shnee).