Re: [ansible-project] Questions regarding the ansible sops collection

2022-04-27 Thread 'Felix Fontein' via Ansible Project
Hi, > I am relatively new to ansible and I want to use the sops collection > to decrypt some sensible data for our ansible playbooks / roles that > we want to store in a git repo. Unfortunatly things are not working > as expected, which might be because I do not understand all things > corect. I'd

[ansible-project] Ansible run cmd\powershell as admin doesnt change anything

2022-04-27 Thread R Batchen
Win 10 enterprise ansible 2.9 Using this playbook on a vm in order to change something in windows GPO : --- - hosts: localhost connection: local vars: vars_files: - vars.yml become_method: runas tasks: - name: "GPO change" vmware_vm_shell: cluster: "{{ cluster }}" datacenter: "{{ datace

[ansible-project] Questions regarding the ansible sops collection

2022-04-27 Thread 'Christian Schoepplein' via Ansible Project
Hello, I am relatively new to ansible and I want to use the sops collection to decrypt some sensible data for our ansible playbooks / roles that we want to store in a git repo. Unfortunatly things are not working as expected, which might be because I do not understand all things corect. I'd wou