[ansible-devel] Compare files on two different remote hosts

2017-11-30 Thread TappCG
Does anyone know of a way to compare a file that resides on two separate hosts before and/or after a deployment? Meaning, I want to compare foo.conf on host1 against foo.conf on host2. If there are disparities, then list them in an output file. I've read about a number of ways to potentially

Re: [ansible-devel] Compare files on two different remote hosts

2017-11-30 Thread Brian Coca
use slurp on 1 file then copy's 'content' option targetting the 2nd with the content of the first, in checkmode and with --diff. -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group

[ansible-devel] Seeing glibc not defined error while running ansible-container build

2017-11-30 Thread ManiGandan T
- Bug Report container.yml version: '2' settings: conductor_base: centos:7 services: ansible.play_container: from: "play:8_jre_security" roles: - play_container ports: - "9000:9000" user: play command: ['app/xxx/docker-entrypoint.sh'] registries: {} OS / ENVIRONMENT Ansible Container,

Re: [ansible-devel] In the code, Socket Path Name is Created, But The Socket Handler File isn't generated

2017-11-30 Thread 강동인
Thank you very much for your reply. I am developing in ansible 2.4 (stable). I saw the link you sent me. In the ansible 2.5 (devel), the network module changes easily for developers to develop. I'm still learning what the problem is. If you create template as below and run the same error.

Re: [ansible-devel] In the code, Socket Path Name is Created, But The Socket Handler File isn't generated

2017-11-30 Thread 강동인
2017년 11월 30일 목요일 오후 8시 7분 8초 UTC+9, 강동인 님의 말: > > > Thank you very much for your reply. I am developing in ansible 2.4 > (stable). I saw the link you sent me. In the ansible 2.5 (devel), the > network module changes easily for developers to develop. I'm still learning > what the problem is.