One of the simplest ways Ansible can be used is by using ad-hoc commands. These can be used when you want to issue some commands on a server or a bunch of servers. Ad-hoc commands are not stored for future uses but represent a fast way to interact with the desired servers.
Ansible – Inventory
Ansible is an open source configuration management and orchestration utility. It can automate and standardize the configuration of remote hosts and virtual machines. Its orchestration functionality allows Ansible to coordinate the launch and graceful shutdown of multitiered applications. Because of this, Ansible can perform rolling updates of multiple systems in a way that results in zero downtime.
Continue reading “Ansible – Inventory”
Docker – przekierowania, porty i woluminy
Następna część kursu Dockera. Tym razem o przekierowaniach portów oraz o woluminach.
Continue reading “Docker – przekierowania, porty i woluminy”
Docker wprowadzenie
Szybkie wprowadzenie do Dockera.
CI/CD projektów PHP na Jenkinsie – Ciągła Integracja
W tym artykule poszerzymy plik Anta build.xml o testy jednostkowe przeprowadzane przy pomocy PHPUnit.
Continue reading “CI/CD projektów PHP na Jenkinsie – Ciągła Integracja”