diff --git a/site.yml b/site.yml new file mode 100644 index 0000000..b6c3e8d --- /dev/null +++ b/site.yml @@ -0,0 +1,7 @@ +--- +- hosts: web_servers + become: true + tasks: + - name: Print OS info + ansible.builtin.package: + name: apache2 \ No newline at end of file