Giter Club home page Giter Club logo

ansible-collection-virtualization's Introduction

Ansible Virtualization Collection

Ansible Galaxy Collection: Virtualization:

  • KVM
  • VirtualBox
  • VMware Workstation
  • LXC/LXD
  • Docker-CE
  • Podman (with Buildah and Skopeo)
  • Packer
  • Vagrant
  • VM Tools (VMware, VirtualBox and KVM)
  • VMVagrant: setup a virtual machine for vagrant (user, ssh key, etc)

Tested on:

  • CentOS 7
  • RHEL 8
  • Fedora 30
  • Ubuntu 18.04
  • Debian 10

Example

Install the role:

pip install --upgrade ansible
ansible-galaxy collection install crivetimihai.virtualization

playbook.yml example

- name: setup a virtualization environment
  hosts: all
  connection: local
  become: yes
  gather_facts: yes
  roles:
    - role: crivetimihai.virtualization.kvm
    - role: crivetimihai.virtualization.lxd
    - role: crivetimihai.virtualization.vmware
    - role: crivetimihai.virtualization.virtualbox
    - role: crivetimihai.virtualization.podman
    - role: crivetimihai.virtualization.docker
    - role: crivetimihai.virtualization.packer
    - role: crivetimihai.virtualization.vagrant

Running the playbook

Change to the python interpreter location on the target system.

ansible-playbook -i localhost, playbook.yml \
  -e "vmware_workstation_license_key='XXXXX-XX...'" \
  -e "ansible_python_interpreter=/usr/bin/python3"

Running tests

molecule --debug create
molecule --debug converge
molecule login
molecule destroy

# Test one scenario:
molecule converge -s rhel-8

# Create a new role
molecule init role -r new_role -d docker

See also:

ansible-collection-virtualization's People

Contributors

bparry02 avatar crivetimihai avatar elreydetoda avatar laurentmarchelli avatar saitho avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

ansible-collection-virtualization's Issues

Add more/better travis stuff

SUMMARY

add more/better testing for molecule and travis

ADDITIONAL INFORMATION
  • use pipenv instead of pip
  • test all target platforms
  • specify python3
  • make sure integration testing is working

VMWare workstation is failing to download

SUMMARY

Check out this issue: elreydetoda/packer-kali_linux#110

STEPS TO REPRODUCE

just run the vmware role

EXPECTED RESULTS

https://app.circleci.com/pipelines/github/elreydetoda/packer-kali_linux/433/workflows/f9448d91-bac9-4727-97cc-b04337396e3f/jobs/3547

ACTUAL RESULTS

https://app.circleci.com/pipelines/github/elreydetoda/packer-kali_linux/438/workflows/ce8e273e-6653-4ddb-a11c-e35e34843bd8/jobs/3633

Outcome

because of this, and because ansible's get_url module doesn't support compression it won't be possible to download the executable.

So, I am just going to have to require curl as a quick patch for this.

[DEPRECATED]: ansible.builtin.include has been removed

SUMMARY

ansible.builtin.include has been removed. Use include_tasks or import_tasks instead. This feature was removed from ansible-core in a release after 2023-05-16. Please update your playbooks.

Use any Ansible version since 2023-05-16

Fix testing

SUMMARY

travis CI testing is not working, for the following reasons:

Preferred Solution

use molecule for all the testing, then possibly have a wrapper script to test each molecule test, or if molecule can parallelize test multiple things that could work as well.

  • fix testing for individual roles
    • docker
    • kvm
    • lxd
    • packer
    • podman
    • vagrant
    • virtualbox
    • vmtools
    • vmvagrant
    • vmware
  • automated way for testing all roles
  • configure .travis.yml to use testing for all roles

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.