#ansible-module
Read more stories on Hashnode
Articles with this tag
- hosts: ec2 gather_facts: false tasks: -name: Add SSH key to EC2 instance ec2_key: name: my_key key_material: "{{...
Module 1: Package management There is a module for the most popular package managers, such as DNF and APT, to enable us to install any package on a...