pinak1180 / kamal-ansible-manager

Manage and optimize your servers automatically for Kamal with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kamal Ansible Manager

This is an Ansible playbook to automatically optimize and secure your servers for Kamal.

What's inside?

It will automatically update your packages and configure these packages to secure your server(s):

Getting Started

Copy the inventory example file:

$ cp hosts.ini hosts.ini

Update the <your-ip-address> with your server's IP (you can have multiple servers):

$ vim hosts.ini

Run the playbook:

$ ansible-playbook -i hosts.ini playbook.yml

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.

About

Manage and optimize your servers automatically for Kamal with Ansible

License:MIT License