add a 'ansible-node' group
As per recent discussion on fedora-devel and in Server WG meeting today, this seems like a good idea: a package group whose purpose is to ensure the system can be managed by ansible without special measures. Right now it just contains python2- dnf as that's what you need in place to be able to install other packages via ansible.
This commit is contained in:
parent
78a64600f3
commit
4b9858ce8c
@ -69,6 +69,16 @@
|
||||
<packagereq>xfsprogs</packagereq>
|
||||
</packagelist>
|
||||
</group>
|
||||
<group>
|
||||
<id>ansible-node</id>
|
||||
<_name>Ansible node</_name>
|
||||
<_description>This group contains packages necessary for the system to be controlled by Ansible.</_description>
|
||||
<default>false</default>
|
||||
<uservisible>true</uservisible>
|
||||
<packagelist>
|
||||
<packagereq type="mandatory">python2-dnf</packagereq>
|
||||
</packagelist>
|
||||
</group>
|
||||
<group>
|
||||
<id>arabic-support</id>
|
||||
<_name>Arabic Support</_name>
|
||||
@ -6936,6 +6946,7 @@
|
||||
<groupid>domain-client</groupid>
|
||||
</grouplist>
|
||||
<optionlist>
|
||||
<groupid>ansible-node</groupid>
|
||||
<groupid>dogtag</groupid>
|
||||
<groupid>directory-server</groupid>
|
||||
<groupid>dns-server</groupid>
|
||||
|
Loading…
Reference in New Issue
Block a user