The ansible instance is set up using ansible. The nginx credentials
were missing which let the sync of the sstate-cache mirror fail.
Thus, adapting the environment by adding the credentials.
Including the update of the documentation
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
when seeding a branch other than the default one the poll
detects a SCM change and triggers right after a new seed job
which might revert the jobs seeded by the previous job run.
With this behavior it won't be possible to seed a specific
and run the intentionaly seeded jobs.
Thus, this commit disables SCM poll.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
the git credential ID is different for the AWX instance, thus the
jobs are selected according the hostname.
additionally I reordered the seed jobs in nwl-cicd.yaml
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>