Files
ansible-freeipa/playbooks
Rafael Guterres Jeffman da4194b4f4 collection: Allow playbooks to be executed using collection
When available in a collection 'playbooks' directory, playbooks can be
directly accessed as roles and modules: 'namespace.collection.playbook'.
This allows, for example the deployment roles to be executed with the
provided ansible-freeipa playbooks requiring minimal effort from the
user part.

In order to be accessible, though, the playbooks must not use dash ("-")
on the file names, as they are replaced by underscorse ("_") during
Ansible processing and then, the files are not found.

By renaming the playbooks that, currently, do not set any variable as an
usage example, replacing "-" by "_", we allow the FreeIPA collection
playbooks to be executed without the user having to search for the
correct file, like:

  $ ansible-playbook -i inventory freeipa.ansible_freeipa.install_server
2025-03-17 15:39:07 -03:00
..
2023-12-20 14:38:24 +01:00
2020-02-26 12:51:21 +01:00
2020-02-26 12:51:21 +01:00
2022-12-20 13:50:23 +01:00
2023-09-27 10:52:55 +02:00
2022-04-28 11:54:41 -03:00
2023-09-06 12:40:32 +02:00
2022-10-19 21:38:39 +02:00
2021-05-18 14:56:17 +02:00
2020-11-06 15:36:10 +01:00
2020-11-06 15:36:10 +01:00
2020-11-06 15:36:10 +01:00