THis is theoretical question only , I am trying to make some ansible based framework which manages deployments of many applications.
Lets see if i can explain , if not I am sorry : I have 10 applications. All 10 applications can be installed and configured using ansible via a common monolithic github project which contains 10 roles , one for each application installation and configuration. Now actual application code for each application is maintained in 10 different repository of github. But installation and configurations of all applications are there in single project as i mentioned in first line. Now I want to break this monolithic picture and want to move ansible related code of each and each application to individual application code repos. So that whenever some application feature comes, one can enhance its ansible code in same repo (which has both Application code+ Ansible code). Now at the same time , i want to maintain some ansible code in Common monolithic project also which can be applied on all applications , so no meaning of duplicating this code in individual application github repo. Example of such common code: My All 10 applications requires deployment in JBOSS server or any other server. So i want to maintain all JBOSS configuration related tuning etc. in common monolithic code. Hence in order to deploy my application , i need both Application code github repo( java code+ ansible code) and common monolithic github project (because deployment in server is managed through this common project). Hence i need to create some interface between this common project and application specific project , how can i do that ? On Thu, 16 Apr 2020 at 14:00, Stefan Hornburg (Racke) <[email protected]> wrote: > On 4/16/20 8:41 AM, Rahul Kumar wrote: > > Any update on this ? Hope this question is still alive and not lost? > > > > I think you misunderstood me, so as long as you don't offer more concrete > information / use cases this thread > is pretty dead from my point of view. > > Regards > Racke > > > Rahul > > > > On Wed, 15 Apr 2020 at 17:41, Rahul Kumar <[email protected] > <mailto:[email protected]>> wrote: > > > > THanks Racke , I would be waiting for same ! > > > > Rahul > > > > On Wed, 15 Apr 2020 at 15:08, Stefan Hornburg (Racke) < > [email protected] <mailto:[email protected]>> wrote: > > > > On 4/15/20 11:23 AM, Rahul Kumar wrote: > > > Thanks Dick , would you like to suggest some thing on this ? > > > > > > Rahul > > > > Your request is rather theoretical. I would add some use cases > to increase chances on (sensible) answers. > > > > Regards > > Racke > > > > > > > > On Tue, 14 Apr 2020 at 13:31, Dick Visser < > [email protected] <mailto:[email protected]> > > <mailto:[email protected] <mailto:[email protected]>>> > wrote: > > > > > > On Tue, 14 Apr 2020 at 07:08, Rahul Kumar < > [email protected] <mailto:[email protected]> > > <mailto:[email protected] <mailto:[email protected]>>> > wrote: > > > > > > > > Guys any help on this ? > > > > > > Not yet apparently, but given that this list is run by > volunteers and > > > it's Easter holidays that shouldn't come as a surprise. > > > > > > -- > > > Dick Visser > > > Trust & Identity Service Operations Manager > > > GÉANT > > > > > > -- > > > You received this message because you are subscribed to > the Google Groups "Ansible Project" group. > > > To unsubscribe from this group and stop receiving emails > from it, send an email to > > > [email protected] <mailto: > ansible-project%[email protected]> > > <mailto:ansible-project%[email protected] <mailto: > ansible-project%[email protected]>>. > > > To view this discussion on the web visit > > > > > > https://groups.google.com/d/msgid/ansible-project/CAL8fbwNiwJ5UwBrPdgBZN04LS%2BtBgJAesv6kNmwupW_KbBapFA%40mail.gmail.com > . > > > > > > -- > > > You received this message because you are subscribed to the > Google Groups "Ansible Project" group. > > > To unsubscribe from this group and stop receiving emails from > it, send an email to > > > [email protected] <mailto: > ansible-project%[email protected]> > > <mailto:[email protected] <mailto: > ansible-project%[email protected]>>. > > > To view this discussion on the web visit > > > > > > https://groups.google.com/d/msgid/ansible-project/CAGH8rEzaBPxtO3GqjDX9KALk0ZseWbiE4vHSVXt7wOUa%2Bd9xwg%40mail.gmail.com > > > > > < > https://groups.google.com/d/msgid/ansible-project/CAGH8rEzaBPxtO3GqjDX9KALk0ZseWbiE4vHSVXt7wOUa%2Bd9xwg%40mail.gmail.com?utm_medium=email&utm_source=footer > >. > > > > > > -- > > Ecommerce and Linux consulting + Perl and web application > programming. > > Debian and Sympa administration. Provisioning with Ansible. > > > > -- > > You received this message because you are subscribed to the > Google Groups "Ansible Project" group. > > To unsubscribe from this group and stop receiving emails from > it, send an email to > > [email protected] <mailto: > ansible-project%[email protected]>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/ansible-project/f32404c4-4e9d-d848-41f1-c77886d10cfa%40linuxia.de > . > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ansible Project" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to > > [email protected] <mailto: > [email protected]>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/ansible-project/CAGH8rEyXQ-CYA--dJvK2QxJvU2BXhyzppJNfAvG2kx%2BgKAio%3Dg%40mail.gmail.com > > < > https://groups.google.com/d/msgid/ansible-project/CAGH8rEyXQ-CYA--dJvK2QxJvU2BXhyzppJNfAvG2kx%2BgKAio%3Dg%40mail.gmail.com?utm_medium=email&utm_source=footer > >. > > > -- > Ecommerce and Linux consulting + Perl and web application programming. > Debian and Sympa administration. Provisioning with Ansible. > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/f67efd68-9b5e-c4a6-2259-14181aa20ce3%40linuxia.de > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAGH8rEx%3D2yfttC7GXp2LLdKCyer6nOm4qRGza%3DL%3DcFY4x7afcA%40mail.gmail.com.
