Re: [ansible-project] SyntaxWarnings after System Update ansible 3.9.6, Python 3.8

2021-05-10 Thread Lars Liedtke
Hey,

I use a python virtualenv and have the latest ansible 2.9 in my
requirements.txt (ansible >= 2.9, <2.10); and I am on ansible 2.9.21
with this. I had some problems with older 2.9, which are still in repos
like on or Ubuntu or FreeBSD. Maybe you would be able to resolve your
problem with trying the same(?)

Cheers

Lars

Am 10.05.21 um 11:55 schrieb Matthias Grähn:
>
> Hi there,
>
> I did an System update recently and now I get this Python warning:
> SyntaxWarning: "is" with a literal. Did you mean "=="?
> when I run my playbook. I guess it has to do with conditions like in
> this task:
>
>     - name: Set users authorized keys
>   authorized_key:
>     user: "{{item.0.username}}"
>     key: "{{item.1}}"
>     state: "{{state}}"
>   with_subelements:
>     - "{{users}}"
>     - ssh_authorized_keys
>   when: item.ssh_authorized_keys is defined
>
> Is there another way to set these conditions now or hao can I prevent
> this warnings. (The span the output)
>
> Thanks and regards
> Matthias
>
>
>
> EDU-Werkstatt GmbH    |   Am Friedrichshain 22   |   10407 Berlin   
>    
> Geschäftsführer: David Hauptmann, Andreas Grähn
> Registergericht: Amtsgericht Berlin (Charlottenburg)   |   HRB
> 146423
> Telefon: +4930 - 224 1199 - 0   |   E-Mail: i...@edu-werkstatt.de
> <mailto:i...@edu-werkstatt.de>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/664ed677-73d2-443c-b8db-bd06ed87240bn%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/664ed677-73d2-443c-b8db-bd06ed87240bn%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9eea9d9e-f5d7-5240-dc71-efb1ea6972cb%40punkt.de.


Re: [ansible-project] Re: Ansible suddenly fails to read vault passwords

2021-03-30 Thread Lars Liedtke
Hey,

how do you enter the vault password? Has this changed somehow? Are you
sure you are passing the right vault password? You seem to do when you
use ansible-vault but did you do the same for calling ansible normally?

I know trhese questions seem to be like very simple, but i often enough
had errors there mysqlf, which where only to blame myself; so I asking
these with founded reasons ;-)

Cheers

Lars

Am 30.03.21 um 17:13 schrieb Jacob Olsen:
> It's worth noting, others don't get hit like that when they run the
> same playbook on my behalf. Why the difference for me?
>
> On Tuesday, March 30, 2021 at 4:41:48 PM UTC+2 Jacob Olsen wrote:
>
> G'day all,
>
> New to the group, glad to be here. To not waste too much of
> anyone's time, I will get straight to it.
>
> When I run some Ansible Playbooks, I now suddenly get this error
> message:
>
> [The below changed for reasons of internal security]
>
> fatal: [MAS-01]: FAILED! => {"ansible_facts": {},
> "ansible-included-files": [], "changed": false, "message":
> "Attempting to decrypt but no vault secrets found"}
>
> I haven't changed anything anywhere, all I do is a "git pull"
> every Monday or so. When I use "ansible-vault" to read my vault
> secrets file locally, the content is decrypted and displayed just
> fine.
>
> Why has this suddenly started happening? I tried re-cloning my
> Ansible dir, no luck.
>
> Thx.
>
> J. 
>
>
> 
>
> This email, its contents and attachments contain information from J2
> Global, Inc. and/or its affiliates which may be privileged,
> confidential or otherwise protected from disclosure. The information
> is intended to be for the addressee(s) only. If you are not an
> addressee, any disclosure, copy, distribution or use of the contents
> of this message is prohibited. If you have received this email in
> error, please notify the sender by reply email and delete the original
> message and any copies.
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/1a6635c4-764c-4cf3-9cc0-2bd9374d66d0n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/1a6635c4-764c-4cf3-9cc0-2bd9374d66d0n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d5ea5ccd-32d7-da7e-cc74-ac3674e0ec1d%40punkt.de.


Re: [ansible-project] Ansible shows error that says missing ':' even when it is already present

2021-03-26 Thread Lars Liedtke
I cannot tell for sure without seeing the code of this task, but could
it perhaps be, that you forgot a "-" at the before "register"?

Am 26.03.21 um 14:13 schrieb Vikram S:
>
> Please look at the screenshot in below link. Ansible shows an error
> that 'could not find expected :'. However as shown in the screenshot,
> the palce where it indicates an error, that palce already has the ':'.
> Why does ansible show this?
>
> https://drive.google.com/file/d/12JaxoVzORLBu21WrIhFSa-tndumTkX79/view?usp=sharing
> <https://drive.google.com/file/d/12JaxoVzORLBu21WrIhFSa-tndumTkX79/view?usp=sharing>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/507c763f-5a09-4832-911b-d7886c5c4ec5n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/507c763f-5a09-4832-911b-d7886c5c4ec5n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/abe11f2f-c536-7cf3-de3b-7549f5865b8b%40punkt.de.


Re: [ansible-project] Constants in ansible playbooks

2021-02-18 Thread Lars Liedtke
You could create a yaml file e.g. contants.yml and the include that via
commandline parameter with -e '@constants.yml'

Am 17.02.21 um 15:33 schrieb Brian Coca:
> correct

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/945fc2e6-32ee-66ce-be1c-d10e35ad7fea%40punkt.de.


Re: [ansible-project] Ansible started giving SSH Error: data could not be sent to remote host error in several playbooks and several tasks

2021-02-16 Thread Lars Liedtke
It seems you still use python2.7, which is EOL:
> /usr/lib/python2.7/site-packages/ansible/modules/files/replace.py

Maybe you could upgrade your python and the problem could be gone; but
no guarantees of course.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dcbcfd0f-155c-d1a4-af58-5f47151c671d%40punkt.de.


Re: [ansible-project] ansible-runner use of /etc/ansible

2020-11-13 Thread Lars Liedtke
Same here

Am 12.11.20 um 14:56 schrieb Stefan Hornburg (Racke):
> On 11/12/20 2:37 PM, Weatherby,Gerard wrote:
>> If I’m understanding the ansible-runner documentation correctly, it does not 
>> use /etc/ansible but requires a directory
>> structure set up in a particular way.
>>
>> If that is correct, is there a tool that converts /etc/ansible into the 
>> required directory structure?
> I never use /etc/ansible, but an inventory local to my playbook and a custom 
> ansible.cfg.
>
> Regards
>  Racke
>
>> -- 
>> *Gerard Weatherby* | Application Architect
>> NMRbox | Department of Molecular Biology and Biophysics | UConn Health
>> 263 Farmington Avenue, Farmington, CT 06030-6406
>> uchc.edu <http://uchc.edu>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to
>> ansible-project+unsubscr...@googlegroups.com 
>> <mailto:ansible-project+unsubscr...@googlegroups.com>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/70003EFB-EE2F-424D-A8C5-4FD258C54D87%40uchc.edu
>> <https://groups.google.com/d/msgid/ansible-project/70003EFB-EE2F-424D-A8C5-4FD258C54D87%40uchc.edu?utm_medium=email&utm_source=footer>.
>
-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d15373af-2766-d7f5-0ac8-70ec251c972a%40punkt.de.


Re: [ansible-project] How to automate ansible automation runs from Python?

2020-11-13 Thread Lars Liedtke
Hey,

I have worked with cookiecutter, and it is nice. Bear in mind though,
that the initial Project configuration needs some work and thought. But
when you have everything setup, then it can really cut your project
creation times.

I cannot not really advise you on how to do it, beacuse even though we
are using ansible everyone, has git their own small differences in
project setup. But the cookicutter doc is sufficient to adapt the tipps
given there to ansible. From there you have to see how you want to setup
everything and what works best for you.

Cheers

Lars

Am 12.11.20 um 18:00 schrieb radeck...@gmail.com:
> Hi All,
>
> I have some ansible role structure which I use through playbooks in
> one of my gitlab repositories. Every time a developer needs to add a
> new service which uses some role/-s I manually update the code (eg.
> add a playbook, add some entries to defaults/main.yml, whatever needed).
>
> I would like to automate this process from Python as this is our main
> language in our devops team. One of my dev coworkers passed me info
> about https://github.com/cookiecutter/cookiecutter and it seems quite
> reasonable. I am only wondering if there are other better options.
>
> Has anyone created this kind of a setup? Any hints?
>
> Thanks in advance & have a nice day!
>
> Best Regards,
> Rafal.
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/534c3966-135f-4e34-95e3-06118e9e031an%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/534c3966-135f-4e34-95e3-06118e9e031an%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8be5377c-0672-b714-1e7f-088a59b92ab2%40punkt.de.


Re: [ansible-project] Search and remove string that matches a pattern at beginning of a line

2020-11-03 Thread Lars Liedtke
Of course I made a copy&paste error:

the line definition must be without the noexec then ;-)

Am 03.11.20 um 17:21 schrieb Lars Liedtke:
>
> Hey,
>
> You could use the lineinfile-module.
>
> With something like:
>
> lineinfile:
>   regexp: "^/dev/mapper/vg_rhel-var_tmp"
>   line: "/dev/mapper/vg_rhel-var_tmp /var/tmp xfs
> defaults,noexec,nosuid,nodev 0 0"
>
>
> Take into account that the regexp definition has to match __before__
> and __after__ replacement
>
> Cheers
>
> Lars
>
> Am 03.11.20 um 05:14 schrieb 'Chris Bidwell - NOAA Federal' via
> Ansible Project:
>> Hey all,
>>
>> Interesting question here.  I want to remove the string noexec out of
>> a line in my /etc/fstab.  In this instance, I only want it to be in
>> the /tmp line.  
>> I was thinking a replace module, but not sure about a regexp that
>> would work.  Any thoughts?
>>
>> #
>> # /etc/fstab
>> # Created by anaconda on Tue Nov  3 01:51:55 2020
>> #
>> # Accessible filesystems, by reference, are maintained under
>> '/dev/disk/'.
>> # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for
>> more info.
>> #
>> # After editing this file, run 'systemctl daemon-reload' to update
>> systemd
>> # units generated from this file.
>> #
>> /dev/mapper/vg_rhel-root /                       xfs     defaults    
>>    0 0
>> UUID=3da5b7f5-fc36-4e8f-beb4-d270d3dff5f8 /boot ext4
>> defaults,nosuid,nodev 0 0
>> /dev/mapper/vg_rhel-home /home xfs defaults,nosuid,nodev 0 0
>> /dev/mapper/vg_rhel-opt /opt                    xfs     defaults    
>>    0 0
>> /dev/mapper/vg_rhel-tmp /tmp xfs defaults,noexec,nodev,nosuid 0 0
>> /dev/mapper/vg_rhel-usr /usr                    xfs     defaults    
>>    0 0
>> /dev/mapper/vg_rhel-usr_local /usr/local              xfs    
>> defaults        0 0
>> /dev/mapper/vg_rhel-var /var xfs defaults,nodev 0 0
>> /dev/mapper/vg_rhel-var_lib_docker /var/lib/docker         xfs    
>> defaults        0 0
>> /dev/mapper/vg_rhel-var_log /var/log xfs defaults,nodev,noexec,nosuid 0 0
>> /dev/mapper/vg_rhel-var_log_audit /var/log/audit xfs
>> defaults,nodev,noexec,nosuid 0 0
>> /dev/mapper/vg_rhel-var_tmp /var/tmp xfs defaults,noexec,nosuid,nodev 0 0
>> /dev/mapper/vg_rhel-swap swap                    swap    defaults    
>>    0 0
>> tmpfs /dev/shm tmpfs rw,nosuid,nodev,noexec,seclabel 0 0
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it,
>> send an email to ansible-project+unsubscr...@googlegroups.com
>> <mailto:ansible-project+unsubscr...@googlegroups.com>.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/ansible-project/CAHKi8CiS-9EK%2BmL1bHY3-VO5RkYOzboh8d0Bz5oUYMYnTi9AoQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/ansible-project/CAHKi8CiS-9EK%2BmL1bHY3-VO5RkYOzboh8d0Bz5oUYMYnTi9AoQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.
> -- 
> ---
> punkt.de GmbH
> Lars Liedtke
> .infrastructure
>
> Kaiserallee 13a   
> 76133 Karlsruhe
>
> Tel. +49 721 9109 500
> https://infrastructure.punkt.de
> i...@punkt.de
>
> AG Mannheim 108285
> Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/a2d711c7-2d11-ccbb-081a-342be4169466%40punkt.de
> <https://groups.google.com/d/msgid/ansible-project/a2d711c7-2d11-ccbb-081a-342be4169466%40punkt.de?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/020ae9b0-d072-49b8-8240-039fba3cdf3a%40punkt.de.


signature.asc
Description: OpenPGP digital signature


Re: [ansible-project] Search and remove string that matches a pattern at beginning of a line

2020-11-03 Thread Lars Liedtke
Hey,

You could use the lineinfile-module.

With something like:

lineinfile:
  regexp: "^/dev/mapper/vg_rhel-var_tmp"
  line: "/dev/mapper/vg_rhel-var_tmp /var/tmp xfs
defaults,noexec,nosuid,nodev 0 0"


Take into account that the regexp definition has to match __before__ and
__after__ replacement

Cheers

Lars

Am 03.11.20 um 05:14 schrieb 'Chris Bidwell - NOAA Federal' via Ansible
Project:
> Hey all,
>
> Interesting question here.  I want to remove the string noexec out of
> a line in my /etc/fstab.  In this instance, I only want it to be in
> the /tmp line.  
> I was thinking a replace module, but not sure about a regexp that
> would work.  Any thoughts?
>
> #
> # /etc/fstab
> # Created by anaconda on Tue Nov  3 01:51:55 2020
> #
> # Accessible filesystems, by reference, are maintained under '/dev/disk/'.
> # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more
> info.
> #
> # After editing this file, run 'systemctl daemon-reload' to update systemd
> # units generated from this file.
> #
> /dev/mapper/vg_rhel-root /                       xfs     defaults    
>    0 0
> UUID=3da5b7f5-fc36-4e8f-beb4-d270d3dff5f8 /boot ext4
> defaults,nosuid,nodev 0 0
> /dev/mapper/vg_rhel-home /home xfs defaults,nosuid,nodev 0 0
> /dev/mapper/vg_rhel-opt /opt                    xfs     defaults      
>  0 0
> /dev/mapper/vg_rhel-tmp /tmp xfs defaults,noexec,nodev,nosuid 0 0
> /dev/mapper/vg_rhel-usr /usr                    xfs     defaults      
>  0 0
> /dev/mapper/vg_rhel-usr_local /usr/local              xfs     defaults
>        0 0
> /dev/mapper/vg_rhel-var /var xfs defaults,nodev 0 0
> /dev/mapper/vg_rhel-var_lib_docker /var/lib/docker         xfs    
> defaults        0 0
> /dev/mapper/vg_rhel-var_log /var/log xfs defaults,nodev,noexec,nosuid 0 0
> /dev/mapper/vg_rhel-var_log_audit /var/log/audit xfs
> defaults,nodev,noexec,nosuid 0 0
> /dev/mapper/vg_rhel-var_tmp /var/tmp xfs defaults,noexec,nosuid,nodev 0 0
> /dev/mapper/vg_rhel-swap swap                    swap    defaults    
>    0 0
> tmpfs /dev/shm tmpfs rw,nosuid,nodev,noexec,seclabel 0 0
> -- 
> You received this message because you are subscribed to the Google
> Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to ansible-project+unsubscr...@googlegroups.com
> <mailto:ansible-project+unsubscr...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/CAHKi8CiS-9EK%2BmL1bHY3-VO5RkYOzboh8d0Bz5oUYMYnTi9AoQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/ansible-project/CAHKi8CiS-9EK%2BmL1bHY3-VO5RkYOzboh8d0Bz5oUYMYnTi9AoQ%40mail.gmail.com?utm_medium=email&utm_source=footer>.

-- 
---
punkt.de GmbH
Lars Liedtke
.infrastructure

Kaiserallee 13a 
76133 Karlsruhe

Tel. +49 721 9109 500
https://infrastructure.punkt.de
i...@punkt.de

AG Mannheim 108285
Geschäftsführer: Jürgen Egeling, Daniel Lienert, Fabian Stein

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/a2d711c7-2d11-ccbb-081a-342be4169466%40punkt.de.


signature.asc
Description: OpenPGP digital signature