Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

vmware-archive/ansible-role-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-repo

Ansible playbook to automate installing Google repo.

Requirements

None (other than Ansible).

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

# The URL from which to get the repo utility.
repo_url: https://storage.googleapis.com/git-repo-downloads/repo

# The directory into which to place the repo tool.
# This should be on your PATH as the role does not add the directory thereto.
repo_dir: /usr/local/bin

Example playbook

---
- hosts: developers
  roles:
    - repo

License and Copyright

Copyright 2015 VMware, Inc. All rights reserved.

SPDX-License-Identifier: Apache-2.0 OR GPL-3.0-only

This code is Dual Licensed Apache-2.0 or GPLv3

Author Information

This role was created in 2015 by Tom Hite / VMware.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published