glillico / ansible-collection-server

Collection of server automation tools for Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Collection - glillico.server

This collections containes server related roles to help with the setup and configuration of a Linux server.

Includes

Usage

This collection can be installed locally using the ansible-galaxy command.

ansible-galaxy collection install glillico.server

Or you can include this collection in your ansible playbook's requirements.yml file:

---
- hosts: all

  collections:
    - glillico.server

  roles:
    - glillico.server.add_rm_pkgs
    - glillico.server.copy_etc_issue
    - role: glillico.server.deploy_firewall
      vars:
        dpfw_firewalld_rules:
          - dpfw_firewalld_state: 'enabled'
            dpfw_firewalld_port: '8080/tcp'
            dpfw_firewalld_zone: 'public'

License

MIT

Author Information

Created in 2024 by Graham Lillico.

About

Collection of server automation tools for Ansible.

License:MIT License