Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 639 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 639 Bytes

ansible-server-config

Ansible module for initial setup virtual machine

Compatibility

  • COMPATIBLE_OS_FAMILY:
    • RedHat
    • Debian
  • COMPATIBLE_DISTRIBUTION_MAJOR_VERSION:
    • "8"
    • "9"
    • "37"
    • "2022"

Tested on Rocky Linux 8.7 (Green Obsidian) and Kali GNU/Linu 2022.3

Run playbook

ansible-playbook ansible-server-config.yaml -i inventory/inventory.yaml [-l <host>]

Gathering facts

ansible all -m ansible.builtin.gather_facts --tree /tmp/facts -i inventory/inventory.yaml