os configuration
update des packages + activation nscd
This commit is contained in:
@@ -13,6 +13,14 @@
|
|||||||
service: name=chronyd state=started enabled=yes
|
service: name=chronyd state=started enabled=yes
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
# ---------------------------------------------------
|
||||||
|
# Activation du nscd : Name Service Cache Daemon pour palier aux
|
||||||
|
# problèmes de perte de DNS
|
||||||
|
# ---------------------------------------------------
|
||||||
|
- name: activate nscd
|
||||||
|
service: name=nscd state=started enabled=yes
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
# configuration Linux : Selinux
|
# configuration Linux : Selinux
|
||||||
# ---------------------------------------------------
|
# ---------------------------------------------------
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
- bind-utils
|
- bind-utils
|
||||||
- binutils
|
- binutils
|
||||||
- chrony
|
- chrony
|
||||||
|
- compat-libcap1
|
||||||
- elfutils-libelf
|
- elfutils-libelf
|
||||||
- elfutils-libelf-devel
|
- elfutils-libelf-devel
|
||||||
- fontconfig-devel
|
- fontconfig-devel
|
||||||
@@ -27,9 +28,12 @@
|
|||||||
- keyutils
|
- keyutils
|
||||||
- ksh
|
- ksh
|
||||||
- libaio
|
- libaio
|
||||||
|
- libaio.i686
|
||||||
- libaio-devel
|
- libaio-devel
|
||||||
|
- libaio-devel.i686
|
||||||
- libdmx
|
- libdmx
|
||||||
- libgcc
|
- libgcc
|
||||||
|
- libgcc.i686
|
||||||
- libibverbs
|
- libibverbs
|
||||||
- libICE
|
- libICE
|
||||||
- libmaxminddb
|
- libmaxminddb
|
||||||
@@ -37,8 +41,10 @@
|
|||||||
- libpkgconf
|
- libpkgconf
|
||||||
- librdmacm
|
- librdmacm
|
||||||
- libSM
|
- libSM
|
||||||
|
- libstdc++.i686
|
||||||
- libstdc++
|
- libstdc++
|
||||||
- libstdc++-devel
|
- libstdc++-devel
|
||||||
|
- libstdc++-devel.i686
|
||||||
- libverto-libevent
|
- libverto-libevent
|
||||||
- libX11
|
- libX11
|
||||||
- libX11-common
|
- libX11-common
|
||||||
@@ -49,12 +55,14 @@
|
|||||||
- libxcrypt-devel
|
- libxcrypt-devel
|
||||||
- libXext
|
- libXext
|
||||||
- libXi
|
- libXi
|
||||||
|
- libXi.i686
|
||||||
- libXinerama
|
- libXinerama
|
||||||
- libXmu
|
- libXmu
|
||||||
- libXrandr
|
- libXrandr
|
||||||
- libXrender
|
- libXrender
|
||||||
- libXt
|
- libXt
|
||||||
- libXtst
|
- libXtst
|
||||||
|
- libXtst.i686
|
||||||
- libXv
|
- libXv
|
||||||
- libXxf86dga
|
- libXxf86dga
|
||||||
- libXxf86misc
|
- libXxf86misc
|
||||||
|
|||||||
Reference in New Issue
Block a user