I have ansible on my control machine. I'm trying to setup gitlab using omnibus package. After this, I need to setup runner and mattermost.
In any case, I need the secret hash from gitlab web app to provide it to runner and mattermost.
Names:
Runner: 'regis-token'
mattermost: 'app- id' and 'app-secret'
I have checked the gitlab api and couldn't find a way to get them. I want to know is there any programmatical way through which we can access the secrets without comromising the security?