pcahyna
pcahyna
I still don't see the relation to this issue. We already claim to be careful not to destroy existing data in #43 .
Also it is not really different from existing utilities that require some kind of "force" flag to overwrite what they consider to be existing data (think `mkfs.xfs -f`), but can...
@t-woerner can you please show an example role input variable showing what you have in mind? It is not clear to me either.
@dwlehman I would suggest to use `none` which is the special string used for this in fstab, or perhaps `unmounted` (this is what ZFS uses), not `null`. We may want...
AFAIK `null` is a special value in YAML, corresponding to Python's `None`. "none" and "None" should be just strings, but I will check, Ansible sometimes performs surprising conversions. (What is...
If you mean the UUID field in the blkid output, I would say this is a bad idea. This data is derived from the content of the disk, not from...
Also, why can't we specify it for new devices? `mkfs.ext4`, `mkfs.xfs` and `mkswap` all support it.
I would like to know more details about the cases where the behaviour is destructive. @dwlehman can you please elaborate a bit?
For booleans, I don't see how one can drop individual customizations, seems that the only thing that is supported is to drop all customizations (`semanage boolean -D`)
In other words, while I like the idea, I am not sure how to implement it.