GithubHelp home page GithubHelp logo

Comments (6)

apenella avatar apenella commented on June 11, 2024 1

The following guide provides how to use ansible configuration settings.
https://github.com/apenella/go-ansible?tab=readme-ov-file#configuration-package

from go-ansible.

apenella avatar apenella commented on June 11, 2024

Hi @z0mbix!
I appreciate your message, thank you! I am really happy to know that the library is useful for you :)

I never had a use case to support ansible configuration rather than the env vars, but if you have an idea, you can elaborate on it, and I would give it a thought.

Thanks!

from go-ansible.

z0mbix avatar z0mbix commented on June 11, 2024

I've managed to do this which is working fine:

	defaultAnsibleEnvVars := map[string]string{
		"ANSIBLE_DISPLAY_OK_HOSTS":      "false",
		"ANSIBLE_DISPLAY_SKIPPED_HOSTS": "false",
		"ANSIBLE_FORCE_COLOR":           "true",
		"ANSIBLE_NOCOWS":                "true",
		"ANSIBLE_PLAYBOOK_DIR":          ansiblePlaybookDir,
		"ANSIBLE_PYTHON_INTERPRETER":    "auto_silent",
		"ANSIBLE_RETRY_FILES_ENABLED":   "false",
		"ANSIBLE_ROLES_PATH":            ansibleRolesPath,
		"ANSIBLE_SHOW_CUSTOM_STATS":     "true",
	}
	defaultExecutor.EnvVars = defaultAnsibleEnvVars

So it's not a real problem, just thought it may be nicer to handle these with proper types to avoid it being so "stringy"

from go-ansible.

apenella avatar apenella commented on June 11, 2024

HI @z0mbix!
I have been thinking about it and a solution to solve it would be inspired by the options pattern.

I need to refine the idea but the first approach would be:

  • Create new packages with a set of functions that returns such as WithAnsibleDisplayOkHost(), WithForceColor(), WithPlaybookDir(dir string), etc.
  • Add a new attribute to the structs AnsiblePlaybookCmd and AnsibleAdhocCmd, which would be a list of those configuration functions
  • Inject those configurations to the executor through env vars.

from go-ansible.

apenella avatar apenella commented on June 11, 2024

Hi @z0mbix!
I have been working on the feature proposed some time ago, which involves implementing a mechanism for configuring Ansible settings. I am now preparing to merge the first prerelease of version 2.0.0. You can find the changes here: #126. Please note that there are significant breaking changes in this new major release.

from go-ansible.

z0mbix avatar z0mbix commented on June 11, 2024

Great news! Very much looking forward to 2.x.x 👏

from go-ansible.

Related Issues (20)

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.