Skip to content
Snippets Groups Projects
Unverified Commit 78091e22 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman Committed by GitHub
Browse files

Merge pull request #731 from t-woerner/1_6_0_update_README

README.md: Add automount key and map, fix ref to hbacsvcgroup and test
parents 6b4fd03b 25afcc34
No related branches found
No related tags found
No related merge requests found
---
name: readme test
on:
- push
- pull_request
jobs:
ansible_test:
name: Verify readme
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run readme test
run: |
error=0
for i in README-*.md; do grep -q $i README.md && echo "OK: $i" || { echo -e "\033[31;1mERROR: ${i} missing\033[0m"; error=1; } done
exit $error
...@@ -13,7 +13,9 @@ Features ...@@ -13,7 +13,9 @@ Features
* Repair mode for clients * Repair mode for clients
* Backup and restore, also to and from controller * Backup and restore, also to and from controller
* Modules for automembership rule management * Modules for automembership rule management
* Modules for automount key management
* Modules for automount location management * Modules for automount location management
* Modules for automount map management
* Modules for config management * Modules for config management
* Modules for delegation management * Modules for delegation management
* Modules for dns config management * Modules for dns config management
...@@ -425,7 +427,9 @@ Modules in plugin/modules ...@@ -425,7 +427,9 @@ Modules in plugin/modules
========================= =========================
* [ipaautomember](README-automember.md) * [ipaautomember](README-automember.md)
* [ipaautomountkey](README-automountkey.md)
* [ipaautomountlocation](README-automountlocation.md) * [ipaautomountlocation](README-automountlocation.md)
* [ipaautomountmap](README-automountmap.md)
* [ipaconfig](README-config.md) * [ipaconfig](README-config.md)
* [ipadelegation](README-delegation.md) * [ipadelegation](README-delegation.md)
* [ipadnsconfig](README-dnsconfig.md) * [ipadnsconfig](README-dnsconfig.md)
...@@ -435,7 +439,7 @@ Modules in plugin/modules ...@@ -435,7 +439,7 @@ Modules in plugin/modules
* [ipagroup](README-group.md) * [ipagroup](README-group.md)
* [ipahbacrule](README-hbacrule.md) * [ipahbacrule](README-hbacrule.md)
* [ipahbacsvc](README-hbacsvc.md) * [ipahbacsvc](README-hbacsvc.md)
* [ipahbacsvcgroup](README-hbacsvc.md) * [ipahbacsvcgroup](README-hbacsvcgroup.md)
* [ipahost](README-host.md) * [ipahost](README-host.md)
* [ipahostgroup](README-hostgroup.md) * [ipahostgroup](README-hostgroup.md)
* [ipalocation](README-location.md) * [ipalocation](README-location.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment