Open fititnt opened 4 years ago
Note (not only to self, but for anyone on future reading this and asking some redundancy): Both fititnt.faker
and fititnt.syntactic_sugar
have some APIs that are the same (for example a2s_users
vs faker_users
) but this is both one way to avoid the role fititnt.faker
depend on other role and allow end users be very sure about what variables where used only for create fake/testing content and what would be used in production
fititnt.syntactic_sugar
fititnt.faker
The current demo version only implements AP-ALB and a few other "infra" modules. Even if add other roles that are more related to infrastructure (like a Galera Cluster for MariaDB/MySQL, maybe GlusterFS as reference to shared storage) this repository would still lack to have some way to implement examples to test.
While AP-ALB itself allows document and implement routing for apps, it neither
fititnt.syntactic_sugar
may be an optionfititnt.faker
may be an optionThis issue here on ansible-linux-ha-cluster may take some time because I need to do some work before on other projects. Maybe at least a few more weeks since I'm doing some non-public work. But breaking in separate reusable roles the way to implement what AP-ALB don't do seems much useful both medium to long run.
The while the
fititnt.syntactic_sugar
may be too opinionated for ansible veterans, the type of feature offititnt.faker
may be extremely useful for who test in large scale.