OPS435 Online Assignment 2S
Revision as of 18:32, 17 November 2020 by Rchan (talk | contribs) (Created page with "Category:OPS435Category: rchan = Create Fabric tasks for remote User Management = : Study the Fabric API run(), sudo(), local(), and put() and utilize them to create a...")
Create Fabric tasks for remote User Management
- Study the Fabric API run(), sudo(), local(), and put() and utilize them to create a new Fabric task called userAdmin()
- The userAdmin() task should perform the following activities on a remote machine to:
- create a new user when necessary information is provided
- delete an existing user when it is safe to do so.