initial playbooks

This commit is contained in:
Louis Abel 2021-02-01 01:09:14 -07:00
parent 686680ffd3
commit e4fa27269c
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 15 additions and 3 deletions

View File

@ -8,22 +8,34 @@ This repository is for IPA Management.
```
.
├── README.md
├── adhoc-ipabinder.yml
├── adhoc-ipadnsrecord.yml
├── adhoc-ipadnszone.yml
├── adhoc-ipagetcert.yml
├── adhoc-ipagetkeytab.yml
├── adhoc-ipagroup.yml
├── adhoc-ipaservice.yml
├── adhoc-ipauser-disable.yml
├── adhoc-ipauser-enable.yml
├── adhoc-ipauser.yml
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── README.md
├── role-rocky-ipa-client.yml
├── role-rocky-ipa-replica.yml
├── role-rocky-ipa.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── README.md
│   ├── inventory
│   ├── README.md
│   └── test.yml
└── vars
└── main.yml
```