Re: [ansible-project] Git Module: Is it a "Pull on Remote" or "Pull on Local and Push to remote"

2017-09-30 Thread Tobias Wolf
We do that all the time with local_action, module: git or module: subversion, and then synchronize onto the server, in a two -step process. Some internal servers just do not have a route into the internet. The local dir is then ignored in .gitignore or svnprop svn:ignore. Random example:

[ansible-project] Re: Behavior change related to roles_path config with relative include

2016-09-02 Thread Tobias Wolf
Same problem here. $ echo $ANSIBLE_CONFIG ./users/tobias.wolf/ansible.cfg $ grep role users/tobias.wolf/ansible.cfg roles_path = ./roles ERROR! the role 'actions/common-handlers' was not found in ... /home/towolf/src/ansible/users/tobias.wolf/roles On Friday, September 2, 2016 at 9:51:08 AM

Re: [ansible-project] Re: Global hooks/tasks

2016-02-15 Thread Tobias Wolf
2016 at 8:11 AM, Tobias Wolf <tow...@gmail.com > > wrote: > >> We had this discussion over lunch, i.e., we pondered how we could get >> ansible to trigger etckeeper on each host at the conclusion of the >> playbook. We excluded handlers because handlers are not exec

[ansible-project] Re: Debian/Ubuntu: Show available updates (or control if all updates are installed)

2016-02-12 Thread Tobias Wolf
For one thing, once my apt module pull request #2944 gets merged you can use « --check --diff » to see the list of packages to be upgraded. On Thursday, February 11, 2016 at 8:10:56 PM UTC+1, Johannes Kastl wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi everyone, > > is it

[ansible-project] Re: Global hooks/tasks

2016-02-11 Thread Tobias Wolf
We had this discussion over lunch, i.e., we pondered how we could get ansible to trigger etckeeper on each host at the conclusion of the playbook. We excluded handlers because handlers are not executed once a playbook fails. Did you find a way to cleanly create a hook like this with having to