Skip to content

ohing504/ansible-role-ros-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: ROS Installation

Build Status License

An Ansible role that installs ROS kinetic on Ubuntu

Requirements

None

Role Variables

Available variables are listed below, along with default values:

ros_installation_ros_release: "kinetic"
ros_installation_ros_package: "desktop-full"
ros_installation_ros_repository: "http://packages.ros.org/ros/ubuntu"
ros_installation_ros_keyserver: "hkp://ha.pool.sks-keyservers.net:80"
ros_installation_ros_keyid: "421C365BD9FF1F717815A3895523BAEEB01FA116"

ros_installation_install_dependencies: true

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - { role: ohing504.ros-installation }

License

MIT

Author Information

An optional section for the role authors to include contact information, or a website (HTML is not allowed).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published