Ansible examples
--- - name: Install Docker on a group of servers hosts: servers become: true tasks: - name: Install dependencies apt: name: "{{ item }}" state: present with_items: - apt-transport-https - ca-cert...
May 26, 202314 min read90
Search for a command to run...