Re: [ansible-project] IAM Roles with Ansible

2016-12-12 Thread Vincent Van der Kussen
Hi, I believe it is 'tasks:' Vincent On 12 Dec 2016 11:45 p.m., "Dan" wrote: > # Example of role with custom trust policy for Lambda service > --- > task: > - name: Assign a policy called Admin to the administrators group > iam_policy: > region: us-east-1 > profile: dev > iam_typ

[ansible-project] wait_for using bastion host

2016-06-22 Thread Vincent Van der Kussen
Hi, I'm currently testing Ansible for deploying instances on AWS. To reach hosts in private subnets, I'm using a bastion host. When deploying new instances I have a task that waits for the ssh port of the new instance to come up before proceding. During the creation of the instance I also update

Re: [ansible-project] creating users - how to filter a vars dict from within a given playbook per inventory class

2016-06-12 Thread Vincent Van der Kussen
Maybe something like when: 'webservers' in group_names Might help. On Jun 12, 2016 8:38 PM, "Dave Cottlehuber" wrote: > Hi folks, > > I have a presumably typical setup - see end for the yaml files. > > - a generic role to create users > - a vars file with all the users across my environment >

Re: [ansible-project] Re: [ansible-devel] Re: Introducing Ansible Container

2016-06-07 Thread Vincent Van der Kussen
Hi Mike, take a look at this: https://github.com/ansible/ansible-container/commit/6856643b49a40d0b057ea43b42a97837a1e5a2c4 Vincent On Tue, Jun 7, 2016 at 11:22 AM, mike hepburn wrote: > hi greg - any idea why i would get this error when running > ansible-container build from the test director

Re: [ansible-project] git repo with submodules hangs

2016-05-23 Thread Vincent Van der Kussen
Hi Duncan, I just experienced the same behaviour. I guess it's a bug. I have thos problem when I specify a version (branch) which has a submodule. Ansible version: 2.0.2.0 (centos) Vincent On Tue, May 12, 2015 at 10:40 AM, Duncan Woods wrote: > Hi, > > I'm using the development version of ansi

Re: [ansible-project] Ansible2 in stable repo

2016-03-19 Thread Vincent Van der Kussen
Working on the CentOS part https://wiki.centos.org/SpecialInterestGroup/ConfigManagementSIG On Sat, Mar 19, 2016 at 1:51 PM, George Khan wrote: > Hi all! > I ask it jan 18, and ask after 2 month: Any news about ansible2 in > debian8/centos7 _stable_ repo? :) > > P.S. Yep, i know about install an

Re: [ansible-project] Patching through playbook!!!

2015-03-24 Thread Vincent Van der Kussen
Hi, Can you try this. Like Serge mentioned, your indentation is probably wrong http://paste.ubuntu.com/10675537/ On Wed, Mar 25, 2015 at 7:51 AM, aditya patnaik wrote: > Thank you Serge van Ginderachter for replying :-) > > > But is still get the error after adding tasks > Is there a bett

[ansible-project] CFP Cfmgmtcamp 2015

2014-11-25 Thread Vincent Van der Kussen
Hi all, As some of you might already know, there will be a cfgmgmtcamp organized in 2015. The CFP is online and people who would like to speak can submit their talk. more info on the website : http://cfgmgmtcamp.eu/ Grtz, Vincent. -- You received this message because you are subscribed to the

Re: [ansible-project] Running Ansible from source on Linux with F-Secure SSH instead of OpenSSH; only user privileges

2014-11-25 Thread Vincent Van der Kussen
On Tue, Nov 25, 2014 at 4:11 PM, Ed Voncken wrote: > Hi, > > Started discussing this on Twitter with a.o. @laserllama. I'm facing a nice > (*) challenge: > > - As a regular user (no special sudo / root privileges), > - I need to run Ansible from source > - on a Linux which has /usr/bin/python == P

Re: [ansible-project] LDAP string in Docker env

2014-11-23 Thread Vincent Van der Kussen
Complex args indeed fixed the issue. thx. On Thu, Nov 20, 2014 at 5:12 PM, Tomasz Kontusz wrote: > You can use complex args, or try to escape the quotation mark that's part of > the value with \\ > > Vincent Van der Kussen napisaƂ: >> >> Hi, >> >> I&#x

[ansible-project] LDAP string in Docker env

2014-11-20 Thread Vincent Van der Kussen
Hi, I'm deploying a docker container where I pass an env variable in the docker module. The problem is that the parser cuts of a part of the value because it contains '=' signs. this is the part from the playbook : env="LDAP_BIND_DN="cn=user,dc=domain,dc=local" when I look at the env var in the

Re: [ansible-project] Re: ansible ovirt module

2014-11-10 Thread Vincent Van der Kussen
Hi, I don't know If this can be done on deployment of the template. An option might be to deploy your template and then alter the resource settings one it's available. But this should be added to the module. I currently don't have access to a rhev/ovirt setup to see what has changed in the API.

Re: [ansible-project] cfgmgmtcamp 2015

2014-08-24 Thread Vincent Van der Kussen
Awesome! Already looking forward to it. Vincent. On Fri, Aug 22, 2014 at 1:53 PM, Michael DeHaan wrote: > We'll be there! > > > > > > > On Fri, Aug 22, 2014 at 3:00 AM, Vincent Van der Kussen > wrote: >> >> Hi all, >> >> Just like this

[ansible-project] cfgmgmtcamp 2015

2014-08-22 Thread Vincent Van der Kussen
Hi all, Just like this year, a cfgmgmtcamp will be organized in 2015 ( https://twitter.com/cfgmgmtcamp/status/502447776727592961 ). Last time we were able to gather some (mostly local) people to present some talks in the Ansible room. Maybe this year people from the Ansible project could be prese

Re: [ansible-project] ansible ovirt module

2014-08-19 Thread Vincent Van der Kussen
we use: > > Red Hat Enterprise Virtualization Manager Version: 3.4.1-0.31.el6ev > > ansible: 1.6.6 > > module: ovirt > author: Vincent Van der Kussen > short_description: oVirt/RHEV platform management > description: > - allows you to create new instances, eith

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Vincent Van der Kussen
, "Piet83" wrote: > I was wondering if you had the chance looking in to this already? Just > curious. > > Op donderdag 24 juli 2014 13:49:37 UTC+2 schreef Vincent Van der Kussen: >> >> I might have a look at this. Not sure if the API has changed over time. >> I sti

Re: [ansible-project] ansible ovirt module

2014-07-24 Thread Vincent Van der Kussen
I might have a look at this. Not sure if the API has changed over time. I still have a RHEV setup running where I can test on Regards, Vincent On Thu, Jul 24, 2014 at 1:10 PM, Michael DeHaan wrote: > Are their any ovirt users that would like to help with this one? > > https://github.com/ansible/

[ansible-project] problem with creating logical volumes using dict

2014-06-16 Thread Vincent Van der Kussen
Hi, I'm creating a playbook to deploy several virtual machines on a host. Each vm has a logical volume as storage backend. One of the tasks in the playbook is to create the lv's for these machines. To do this I use a dict containing all parameters for each vm. On the first run the lv's are create

Re: [ansible-project] Ansible authentication failure, despite successfull keybased ssh-login

2014-05-23 Thread Vincent Van der Kussen
CESSES, >> > LOCATE, DRIVERS >> > jenkins ALL=(root) NOPASSWD: SOFTWARE >> > [root@cal-25 ~]# grep jenkins /etc/sudoers >> > #stuff for jenkins and ansible >> > jenkins ALL=(root) NOPASSWD: SOFTWARE >> > [root@cal-25 ~]# >> > >>

Re: [ansible-project] Ansible authentication failure, despite successfull keybased ssh-login

2014-05-23 Thread Vincent Van der Kussen
> Anyway thanks for looking into it Vincent and Serge > > > Op vrijdag 23 mei 2014 11:50:31 UTC+2 schreef Vincent Van der Kussen: >> >> What if you specify --ask-sudo-pass ? >> >> On Fri, May 23, 2014 at 11:47 AM, Joost Ringoot wrote: >> > I expl

Re: [ansible-project] Ansible authentication failure, despite successfull keybased ssh-login

2014-05-23 Thread Vincent Van der Kussen
What if you specify --ask-sudo-pass ? On Fri, May 23, 2014 at 11:47 AM, Joost Ringoot wrote: > I explicitly defined remote_user as jenkins, it still wants to use root, any > ideas?: > > > > > [jenkins@geppetto ~]$ cat ~/.ansible.cfg > [defaults] > log_path=/home/jenkins/.ansible/var/log/ansible.l

Re: [ansible-project] Re: Registering service output fails

2014-03-20 Thread Vincent Van der Kussen
never interpreted as failed) or some > other other failed_when condition that checks whether lgstatus.rc is not one > of the expected LSB-specified values. > > > > On Thursday, March 20, 2014 1:48:09 PM UTC+1, Vincent Van der Kussen wrote: >> >> Hi, >> >> I&

[ansible-project] Registering service output fails

2014-03-20 Thread Vincent Van der Kussen
Hi, I've a playbook where I register the state of a service. I have a task in the same playbook that is executed based on the output of the registered state. Everything works but when the service is stopped the task that registers the state returns failed. Functionally it works. when the service

Re: [ansible-project] rhn_channel task failing - internal error 500 returned from Satellite server

2014-02-10 Thread Vincent Van der Kussen
Have tried restarting satellite? Some updates require this. Which version of satellite is this? On Feb 10, 2014 4:27 PM, "Michael DeHaan" wrote: > Can you find out anything from the Satellite logs about what the 500 error > was? > > > > > On Mon, Feb 10, 2014 at 9:04 AM, David Fox wrote: > >> I'

Re: [ansible-project] Re: cobbler external inventory script, does not seem to pick up the already existing hosts in cobbler

2014-02-04 Thread Vincent Van der Kussen
I'm about to test cobbler to. I might have a look when I find the time. Maybe later in the afternoon at cgmgmntcamp. Vincent On Tue, Feb 4, 2014 at 9:52 AM, Joost Ringoot wrote: > Hi Michael, > > That's really no problem. I just wanted to give it a go since it was in the > tutorial. > Thanks fo

Re: [ansible-project] cobbler external inventory script, does not seem to pick up the already existing hosts in cobbler

2014-01-22 Thread Vincent Van der Kussen
may > have an issue with their being no systems the last time the cache of the > inventory was written, which is in cobbler.ini as 900 seconds. > > > > > On Wed, Jan 22, 2014 at 10:26 AM, Vincent Van der Kussen > wrote: >> >> Hi Joost, >> >> I th

Re: [ansible-project] cobbler external inventory script, does not seem to pick up the already existing hosts in cobbler

2014-01-22 Thread Vincent Van der Kussen
Hi Joost, I think you might need to add --list as an argument to the script if you run it "stand alone". If you want to use it with ansible or ansible-playbook you can run it with -i cobbler.py ( example : ansible-playbook -i cobbler.py ). I have no cobbler setup to test this, so I might be wro

Re: [ansible-project] Re: Forums vs mailing list? Here's a short 2-question voting survey.

2014-01-14 Thread Vincent Van der Kussen
+1(00) On Jan 14, 2014 10:03 AM, "Guillaume Subiron" wrote: > Le 14/01/11 09:20, rektide claviotta : > > > only about 50% of the respondents wanted to keep the mailing list. This > > implies strongly that switching away from the mailing list would be a > > potentially positive thing. > > > >

Fwd: [ansible-project] cfgmgmtcamp.eu

2013-11-23 Thread Vincent Van der Kussen
gistics on the above. > > As for talk proposals on speakers or sponsorship, I'd suggest they email you > directly. > > --Michael > > > > > On Fri, Oct 25, 2013 at 12:48 PM, Vincent Van der Kussen > wrote: >> >> Hi everyone, >> >> As some o

Re: [ansible-project] cfgmgmtcamp.eu

2013-11-21 Thread Vincent Van der Kussen
d be able to pop-in a bit on video if that's interesting. > > Whoever has point (I'm guessing this is you Vincent) contact me directly > and I can help with logistics on the above. > > As for talk proposals on speakers or sponsorship, I'd suggest they