GithubHelp home page GithubHelp logo

connection-openvz's Introduction

connection-openvz

ansible connection plugin openvz

connection-openvz's People

Contributors

oyvind72 avatar

Stargazers

Sergey Bronnikov avatar tim avatar Rick Blundell avatar

Watchers

Rick Blundell avatar  avatar  avatar

Forkers

timh5 ask0n ubiau

connection-openvz's Issues

Ansible 1.9 changes

The Ansible API for connection plugins change a bit with Ansible 1.9

The plugin must be updated, if not it crash with the error : TypeError: exec_command() got an unexpected keyword argument 'become_user'

Line 37,

def exec_command(self,cmd,tmp_path,sudo_user=None,sudoable=False,executable='/bin/sh',in_data=None,su=None,su_user=None):

becomes :

def exec_command(self,cmd,tmp_path,sudo_user=None,become_user=None,sudoable=False,executable='/bin/sh',in_data=None,su=None,su_user=None):

(note the "become_user=None," )

usage

hi, can you leave a comment here on the basics of how to use this plugin.

  • i assume i copy this into ~/.ansible/plugins/connection_plugins
  • how to i specify a specific host in my inventory to use this connection?...
    • is it the "trasnport" option? do i just set: "transport: openvz"
  • how do i specify the vzID to use for that particular host?

for example i can execute a command on VE 25 from ssh here:

ssh [email protected] vzctl enter 25 "runCommand.sh"

but how is this done in ansible?

thanks.

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.