Skip to content

glillico/ansible-collection-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published