Update Readme

add requirements.yml for additional modules
This commit is contained in:
Michael Pellegrino
2021-08-30 08:39:21 -04:00
parent 21612189e0
commit 7e68ea16b3
19 changed files with 964 additions and 59 deletions

13
test.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: server02
tasks:
- name: test acl
ansible.posix.acl:
path: /media/share
- name: test dns
community.windows.win_dns_record:
name: "server02.vsrapoc.dsfinancial.comcast.net"
type: "A"
value: "10.1.10.14"
zone: "vsrapoc.dsfinancial.comcast.net"