Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekiakbar/ansible-playbooks
My ansible playbooks collection
https://github.com/dekiakbar/ansible-playbooks
ansible ansible-playbooks ansible-role automation ubuntu-server vps
Last synced: about 1 month ago
JSON representation
My ansible playbooks collection
- Host: GitHub
- URL: https://github.com/dekiakbar/ansible-playbooks
- Owner: dekiakbar
- License: gpl-3.0
- Created: 2021-04-09T14:33:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T16:15:05.000Z (over 3 years ago)
- Last Synced: 2024-10-08T01:22:26.540Z (about 1 month ago)
- Topics: ansible, ansible-playbooks, ansible-role, automation, ubuntu-server, vps
- Language: Jinja
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-playbooks
ansible playbook is a collection of ansible code that will be executed by ansible to configure the server.
## Prerequisites
- Control node (e.g local computer or any VPS)
- Remote Node (e.g VPS)> note : **control node** is where you will install ansible and execute the ansible-playbooks. I use my local computer for control node.
> note : Remote node
## Installation
- make sure ansible is installed in your control node. read [ansible](https://docs.ansible.com/ansible/latest/installation_guide/index.html) doc to install ansible.
- make sure you can connect using ssh key based (passwordless) from control node to remote host as **root** user. read [here](https://www.redhat.com/sysadmin/passwordless-ssh) if you have not configure it. test your connection to server (remote host) : `ssh root@your-server-ip-address` , if you can connect yo can start with this playbooks.
- clone this repository `git clone https://github.com/dekiakbar/ansible-playbooks`
- navigate to the dir (e.g ubuntu-lemp) it has its own readme for installation :)
## License
[GNU GPL 3.0](https://github.com/dekiakbar/ansible-playbooks/blob/master/LICENSE)