[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[atomic-devel] [PATCH] Re: Fedora atomic host 23 and ansible




On Fri, Oct 16, 2015, at 05:53 AM, Tobias Florek wrote:
> Hi all,
> 
> is there a plan to support managing fedora 23-based atomic hosts using
> ansible? The problem is, that the python 2 stack is not installed anymore

Python 2 is explicitly installed, but the question is how far up the stack
we go.

> in fedora 23, so ansible cannot do even the most basic things.

Please see the below patch, which restores "basic things" like the template/copy module.
Any objections?

>From 567053cf7d249687a91284f95eabb761ee89c832 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
Date: Wed, 21 Oct 2015 15:13:41 -0400
Subject: [PATCH] Add Python 2 selinux bindings for Ansible

See:
 - https://lists.fedoraproject.org/pipermail/devel/2015-October/215773.html
 - https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-October/msg00033.html
---
 fedora-atomic-docker-host.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json
index 8761464..0371d39 100644
--- a/fedora-atomic-docker-host.json
+++ b/fedora-atomic-docker-host.json
@@ -58,6 +58,7 @@
 		 "bash-completion",
 		 "tmux", "screen",
 		 "strace", "lsof", "tcpdump", "nmap-ncat",
+		 "policycoreutils-python",
 		 "policycoreutils-python-utils",
 		 "setools-console",
 		 "audit",
-- 
1.8.3.1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]