kisa_security_guideline_aix

kisa_security_guideline_aix

This is Ansible Project for checking vulnerabilities in AIX server based on KISA(Korea Internet & Security Agency Guideline).

WARNING!
This project is only for study. and The guidelines on which this project is based were published in 2017. So please consider that there are some parts that are not correct now.

Features

  1. Managing Account - account.yml
  2. Managing File & Directory - file_directory.yaml
  3. Managing Services - svc_manage.yml
  4. Managing Patch & Log - patch_n_log.yml

Role Variables

Global Variables are in defaults/main.yml

  var_isDebug: "True"
  apche_home_dir: ""

var_isDebug : Set True if you want to print debug for each task.
apache_home_dir : Set PATH if apache server runs on your target server

Example Playbook

    - hosts: servers
      roles:
         - kisa_security_gideline_aix

Author Information

Blog : 호롤리한 하루

Install
ansible-galaxy install GRuuuuu/kisa_security_guideline_aix
GitHub repository
License
Unknown
Downloads
18
Owner
SeungYeon Lee