ansible-ipa-management/README.md

42 lines
1.0 KiB
Markdown
Raw Normal View History

2021-02-01 08:08:26 +00:00
# Ansible AWX Template: IPA Management
2021-01-31 09:04:46 +00:00
2021-02-01 08:08:26 +00:00
Ansible AWX is the method used for the Rocky Linux infrastructure, as a replacement for using the CLI.
2021-01-31 09:04:46 +00:00
## Provides / Information
2021-02-01 08:08:26 +00:00
This repository is for IPA Management.
2021-01-31 09:04:46 +00:00
```
.
2021-02-01 08:09:14 +00:00
├── 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
2021-01-31 09:04:46 +00:00
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
2021-02-01 08:09:14 +00:00
├── README.md
├── role-rocky-ipa-client.yml
├── role-rocky-ipa-replica.yml
├── role-rocky-ipa.yml
2021-01-31 09:04:46 +00:00
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── inventory
2021-02-01 08:09:14 +00:00
│   ├── README.md
2021-01-31 09:04:46 +00:00
│   └── test.yml
└── vars
└── main.yml
```