Re: rcctl ansible service support

2014-10-16 Thread Patrik Lundin
On Wed, Oct 15, 2014 at 8:51 PM, Antoine Jacoutot ajacou...@bsdfrog.org wrote:
 On Wed, Oct 15, 2014 at 11:48:20AM -0700, xSAPPYx wrote:

 Is a recent rcctl post the 5.6 freeze or will this work with the next
 release?

 Extract from 'man rcctl':
  rcctl first appeared in OpenBSD 5.7.


By recent i mean a version that supports the 'default' argument:
http://marc.info/?l=openbsd-cvsm=141303663711396w=2

I am very happy that armani@ started the ansible work as early as
he did so we were were able to request features before rcctl was
officially released!

Regards,
Patrik Lundin



Re: rcctl ansible service support

2014-10-15 Thread xSAPPYx
On Oct 13, 2014 10:40 PM, Patrik Lundin patrik.lundin@gmail.com
wrote:

 On Sat, Sep 13, 2014 at 02:39:04AM +0200, Patrik Lundin wrote:
 
  armani@ has laid the groundwork for this and I recently started
  contributing to his fork as well.
 
  The work-in-progress can be found here:
  https://github.com/jarmani/ansible/tree/openbsd_rcctl/library/system
 

 Just a heads up: ansible has since had its modules split into two new
 repositories, core and extras. The current service module (with
 additional fixes that requires a recent rcctl(8)) can be found here:


https://github.com/jarmani/ansible-modules-core/blob/openbsd_rcctl/system/service.py

 Regards,
 Patrik Lundin

Thanks, I appreciate the heads up. I've been using this module for a few
weeks and everything is working well.

Is a recent rcctl post the 5.6 freeze or will this work with the next
release?

Thanks again.



Re: rcctl ansible service support

2014-10-15 Thread Antoine Jacoutot
On Wed, Oct 15, 2014 at 11:48:20AM -0700, xSAPPYx wrote:
 On Oct 13, 2014 10:40 PM, Patrik Lundin patrik.lundin@gmail.com
 wrote:
 
  On Sat, Sep 13, 2014 at 02:39:04AM +0200, Patrik Lundin wrote:
  
   armani@ has laid the groundwork for this and I recently started
   contributing to his fork as well.
  
   The work-in-progress can be found here:
   https://github.com/jarmani/ansible/tree/openbsd_rcctl/library/system
  
 
  Just a heads up: ansible has since had its modules split into two new
  repositories, core and extras. The current service module (with
  additional fixes that requires a recent rcctl(8)) can be found here:
 
 
 https://github.com/jarmani/ansible-modules-core/blob/openbsd_rcctl/system/service.py
 
  Regards,
  Patrik Lundin
 
 Thanks, I appreciate the heads up. I've been using this module for a few
 weeks and everything is working well.
 
 Is a recent rcctl post the 5.6 freeze or will this work with the next
 release?

Extract from 'man rcctl':
 rcctl first appeared in OpenBSD 5.7.

-- 
Antoine



Re: rcctl ansible service support

2014-10-13 Thread Patrik Lundin
On Sat, Sep 13, 2014 at 02:39:04AM +0200, Patrik Lundin wrote:
 
 armani@ has laid the groundwork for this and I recently started
 contributing to his fork as well.
 
 The work-in-progress can be found here:
 https://github.com/jarmani/ansible/tree/openbsd_rcctl/library/system
 

Just a heads up: ansible has since had its modules split into two new
repositories, core and extras. The current service module (with
additional fixes that requires a recent rcctl(8)) can be found here:

https://github.com/jarmani/ansible-modules-core/blob/openbsd_rcctl/system/service.py

Regards,
Patrik Lundin



rcctl ansible service support

2014-09-12 Thread xSAPPYx
Just a quick check to see if anyone is anyone working on this yet..

I can give a hand if someone is already working on it, otherwise I'm going
to take a run at it.



Re: rcctl ansible service support

2014-09-12 Thread Patrik Lundin
On Fri, Sep 12, 2014 at 05:10:06PM -0700, xSAPPYx wrote:
 Just a quick check to see if anyone is anyone working on this yet..
 
 I can give a hand if someone is already working on it, otherwise I'm going
 to take a run at it.
 

armani@ has laid the groundwork for this and I recently started
contributing to his fork as well.

The work-in-progress can be found here:
https://github.com/jarmani/ansible/tree/openbsd_rcctl/library/system

Regards,
Patrik Lundin