From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2283 Path: news.gmane.org!.POSTED!not-for-mail From: Thomas Caravia Newsgroups: gmane.linux.arch.general,gmane.comp.sysutils.supervision.general Subject: Ansible integration for nosh service management Date: Sun, 22 Oct 2017 13:04:00 +0200 Message-ID: <20171022130400.48434cd9@kadisius> Reply-To: General Discussion about Arch Linux NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1508670275 6147 195.159.176.226 (22 Oct 2017 11:04:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 22 Oct 2017 11:04:35 +0000 (UTC) Cc: arch-general@archlinux.org, Jonathan de Boyne Pollard To: Supervision Original-X-From: arch-general-bounces@archlinux.org Sun Oct 22 13:04:29 2017 Return-path: Envelope-to: glag-arch@m.gmane.org Original-Received: from luna.archlinux.org ([5.9.250.164]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e6E3L-00005t-Df for glag-arch@m.gmane.org; Sun, 22 Oct 2017 13:04:23 +0200 Original-Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id BDAAA236B5; Sun, 22 Oct 2017 11:04:29 +0000 (UTC) Authentication-Results: luna.archlinux.org; dkim=none Original-Received: from luna.archlinux.org (luna.archlinux.org [127.0.0.1]) by luna.archlinux.org (Postfix) with ESMTP id C95F0213C3 for ; Sun, 22 Oct 2017 11:04:27 +0000 (UTC) Original-Received: from orion.archlinux.org (orion.archlinux.org [IPv6:2a01:4f8:160:6087::1]) by luna.archlinux.org (Postfix) with ESMTPS for ; Sun, 22 Oct 2017 11:04:27 +0000 (UTC) Original-Received: from orion.archlinux.org (localhost.localdomain [127.0.0.1]) by orion.archlinux.org (Postfix) with ESMTP id 9BCC86E33DD70 for ; Sun, 22 Oct 2017 11:04:26 +0000 (UTC) Original-Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:c:538::201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by orion.archlinux.org (Postfix) with ESMTPS for ; Sun, 22 Oct 2017 11:04:26 +0000 (UTC) X-Originating-IP: 88.190.98.63 Original-Received: from kadisius (unknown [88.190.98.63]) (Authenticated sender: taca@kadisius.eu) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 2D820405A5; Sun, 22 Oct 2017 13:04:23 +0200 (CEST) X-BeenThere: arch-general@archlinux.org X-Mailman-Version: 2.1.24 Precedence: list List-Id: General Discussion about Arch Linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: arch-general-bounces@archlinux.org Original-Sender: "arch-general" Xref: news.gmane.org gmane.linux.arch.general:59195 gmane.comp.sysutils.supervision.general:2283 Archived-At: Hello, Integration for nosh service management has been added to the "system" modules of Ansible's development branch[1]. The nosh module can set running and enabled state for user or system-wide services[2], in a similar fashion to other service management modules. Testing feedback and suggestions are welcome. Archlinux users may find the nosh toolset packaged in the Archnosh repository[3]. Debian, FreeBSD and OpenBSD users should look to the packages provided by the author of nosh[4]. Regards, [1] https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/system/nosh.py [2] https://docs.ansible.com/ansible/devel/nosh_module.html [3] https://framagit.org/taca/archnosh [4] https://jdebp.eu/Softwares/nosh/debian-binary-packages.html https://jdebp.eu/Softwares/nosh/freebsd-binary-packages.html https://jdebp.eu/Softwares/nosh/openbsd-binary-packages.html