Skip to content
Snippets Groups Projects
Verified Commit e4fa2726 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

initial playbooks

parent 686680ff
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment