Hi,
I have seen a generic Model template for creation of Ansible collection which has a config block which contains configurable attributes for the particular object and state has operations supported for the particular object.
My query here is, why the Model doesn’t contain the whole data-model of the object, that is, why it doesn’t contain both RW and RO attributes in it? so that user can get complete picture of the object.
Thanks,
Nitesh