ansible-augeas icon indicating copy to clipboard operation
ansible-augeas copied to clipboard

Ansible module for augeas

Results 12 ansible-augeas issues
Sort by recently updated
recently updated
newest added

- This is a simple one-liner fix, it makes ansible-augeas compatible with Mitogen for Ansible (https://mitogen.networkgenomics.com/ansible_detailed.html). - It still works just fine with the Ansiballz framework. Thank you for the...

... would be nice to have.

When the ansible playlist call augeas for "rm" or "set" commands, the following error message has been received: "nAttributeError: 'module' object has no attribute 'Augeas'\r\n", "msg": "MODULE FAILURE\nSee stdout/stderr for...

When I try to run the command through ansible playbook which has a play to configure a config file: ```augeas command="set" lens="Spacevars.simple_lns" file="/usr.share/controlm/ctm/data/CONFIG.dat" path="AGENT_OWNER" value="root"``` I get an error in...

I only see examples for "match" using custom files, and I am wondering the syntax for doing modification commands, like "set" when using a custom file. I have tried converting...

Would it be possible to add a `validate` option just like the `template` and `lineinfile` module.

after setting up the augeas ansible module as described in the repo, i tried running an ansible script in which i encounter an error trying to transform an xml file...

This change adds an "edit" command, which is basically an ins+set. The main changes respect to the use of both commands in sequence is that the node is not inserted...

I would like to add a file with empty value but that looks like not possible now Or is there a other way to insert entry's with no values? I...

Now I know its structure, I am thinking about re-factoring it a little: 1. First of all, I think the module should take structured input, rather than parse the "commands"...