Ansible is a radically simple IT automation system. It handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. Ansible makes complex changes like zero-downtime rolling updates with load balancers easy.
#!/usr/bin/env bash
find some_dir_with_css_and_jpg_files/ -name "*.jpg" -print0 | xargs -0 -I {} mv {} dir_1/
su -
apt-get install sudo
usermod -a -G sudo <имя_пользователя>
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL