OPS435 Online Assignment 2S

From CDOT Wiki
Revision as of 19: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.