GitLab CE in Docker. Deploying
A good team of software development doesn’t exists without a code repository manager system. GitLab is the most popular and reach functionality system. This ...
A good team of software development doesn’t exists without a code repository manager system. GitLab is the most popular and reach functionality system. This ...
Ansible ships with a number of modules (module library) that can be executed directly on remote hosts or through Playbooks. Modules are the ones that do the ...
In this post I will speak about installation and configuration the remote and control machine for running basic commands and the first playbook.
Ansible is an automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many ot...
As a sysadmin I often connect to servers that run the same commands by SSH. This is could be update packages, edit configures, copy files or some other thing...