Skip to content

🐧 Ansible role to configure some utilities on RedHat/Centos 7/8 systems

Notifications You must be signed in to change notification settings

dockpack/base_common

Repository files navigation

Galaxy

base_common is a role that provisions sensible defaults for Centos 7.

Requirements

RHEL- like system

Role Variables

server:
  install: true
  packages:
    - policycoreutils-python
    - libsemanage-python
    - postfix
# sshd
Ciphers: [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr
HostKeyAlgorithms: [email protected],ssh-ed25519
KexAlgorithms: [email protected],diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256
MACs: [email protected],[email protected],[email protected]

Dependencies

base_common is a role that other base roles can depend on.

Example Usage

Refer to a complete build server https://github.com/bbaassssiiee/buildserver

License

MIT

Author Information

Bas Meijer @bbaassssiiee