updated playbook
This commit is contained in:
@@ -792,6 +792,7 @@ class AnsibleService:
|
|||||||
'maintenance_mode': 'Put devices in maintenance mode',
|
'maintenance_mode': 'Put devices in maintenance mode',
|
||||||
'distribute_ssh_keys': 'Push server public key to all devices using password auth',
|
'distribute_ssh_keys': 'Push server public key to all devices using password auth',
|
||||||
'update_wmt_code': 'Push WMT_project code to clients from controller (preserves data/)',
|
'update_wmt_code': 'Push WMT_project code to clients from controller (preserves data/)',
|
||||||
|
'update_wmt_apponly': 'Push only app.py to WMT clients – lightweight update, no reboot',
|
||||||
}
|
}
|
||||||
return descriptions.get(playbook_name, f'Execute {playbook_name} playbook')
|
return descriptions.get(playbook_name, f'Execute {playbook_name} playbook')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user