User Tools

Site Tools


development:applications:mib_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:applications:mib_manager [2022/12/05 11:21] 10.91.110.100development:applications:mib_manager [2023/01/26 17:58] (current) – [Env Config] 10.91.110.100
Line 14: Line 14:
 ===== Ansible Playbook  ===== ===== Ansible Playbook  =====
  
-ansible-playbook -i ../env-configuration/<env>/hosts.ini --diff --ask-vault-pass mib-manager.yml --extra-vars "jenkins_build_name='mib-manager-feature-branches/job/master' jenkins_job_build_num=xx actions='upload,deploy,configure,stop,start'"+Click edit before copying and pasting (ansible doesnt like something about this text) 
 + 
 +ansible-playbook -i ../env-configuration/<env>/hosts.ini mib-manager.yml --vault-id @prompt --diff -e "actions='upload,deploy,configure,stop,start' jenkins_build_name='mib-manager-feature-branches/job/master' jenkins_job_build_num='xx'"
  
  
Line 22: Line 24:
  
 This app authenticates the SSH communication to errigals remote hosts with the errigal PEM file. Your machines public SSH key will need to have an entry in the remote hosts ssh configuration file to allow the app to access the remote hosts via SSH. This app authenticates the SSH communication to errigals remote hosts with the errigal PEM file. Your machines public SSH key will need to have an entry in the remote hosts ssh configuration file to allow the app to access the remote hosts via SSH.
 +
 +----
 +
 +===== Env Config  =====
 +
 +This app uses the env-configuration repo to get information for sending files to remote hosts. When you login, it will clone the env-config repository onto the server. Any further logins will check for the presence of the env-config folder, delete it and re-clone the latest commit.
  
 ---- ----
development/applications/mib_manager.1670239276.txt.gz · Last modified: 2022/12/05 11:21 by 10.91.110.100