Giter VIP home page Giter VIP logo

realm_join's People

Contributors

ogratwicklcs avatar reenberg avatar

Stargazers

 avatar

Watchers

 avatar

realm_join's Issues

`realm_join` module fails if not explicitly setting `ansible_python_interpreter` to point "into" the virtual environment.

Running the realm_config task, it requires one to set the virtualenv as documented in the README.
However when running the realm_join module, it fails, as the module is run with the hosts default python interpreter.
I had to enforce the ansible_python_interpreter as a variable when referencing the module like seen below.

I kind of like installing dependencies in a virtual environment, as to not pollute the remote nodes environments. However it would be nice if it was optional, and if it was a tiny bit better documented, how to actually use it.

What are the deeper thoughts about this?

- name: AD join the node
  ogratwicklcs.realmd_ipa_ad.realm_join:
    state: "present" 
    domain: "{{ domain_name }}"
    ou_location: "{{ domain_ou }}"
    username: "{{ bind_user }}"
    password: "{{ bind_password }}"
  vars:
    # We need to use the python enterpretor in the venv, as it needs to import
    # the pexpect modules
    ansible_python_interpreter: "{{ virtual_env }}/bin/python"

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.