runc-ansible
runc-ansible
An ansible role to install runc on CentOS (primarily, for now.)
runc
will be installed to /usr/local/sbin/runc
on your system, as per the runc readme.
This role is available via ansible galaxy, and can be installed with:
ansible-galaxy install dougbtv.runc-ansible
Requirements
Ansible required on client machine, CentOS on target machine(s).
Role Variables
runc_version
: Defaults tomaster
feel free to change to a tag name from runc version.runc_make_buildtags
: Default to building with theseccomp
andselinux
build tags. Set to blank to not use any build tags.
Dependencies
{ No other galaxy roles required }
Example Playbook
You can include this role in your playbook by referencing it as such:
- hosts: servers
roles:
- { role: dougbtv.runc-ansible }
Testing
To test this role, you may clone this git repo, and modify the ./inventory
file to suit your needs, and then run the playbook with:
ansible-playbook -i inventory test.yml
License
MIT
Author Information
@dougbtv both twitter & github.
Install
ansible-galaxy install dougbtv/runc-ansible
License
mit
Downloads
26
Owner
You can find me on twitter as dougbtv, too.