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

vmware-archive/ansible-role-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-ansible

Ansible playbook to automate upgrading Ansible and necessary libraries for SuperVIO.

Requirements

This role currently supports only Debian/Ubuntu distros.

Role Variables

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

update_package_cache: True

Whether to update the aptitude, yum, pacman or other package cache before running any install tasks.

ansible_services:
  - lxdm

The services (that should get installed and loaded in addition to basic Ansible needs. For instance, lxdm will install and set enable the Lightweight X Desktop Manager for login and general window services on a development machine.

Example playbook

---
- hosts: ansible
  sudo: True
  connection: local
  roles:
    - ansible
    - repo
  vars:
    - aptitude_update: False

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