ansible-ipa-management/README.md

30 lines
606 B
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
```
.
├── README.md
├── defaults
│   └── main.yml
├── files
│   └── README.md
├── handlers
│   └── main.yml
├── tasks
│   └── main.yml
├── templates
│   └── README.md
├── tests
│   ├── README.md
│   ├── inventory
│   └── test.yml
└── vars
└── main.yml
```