useradd module

Fabric tasks

django_fabfile.useradd.adduser()[source]

creates new <username> with public SSH key on “host1;host2” list in <region>. If you want to create passwordless account - set any value to <passwrdless> variable, if you want sudo rights - set any value to <sudo>. File with public key must be in same directory. If region and instance_ids not set - script takes hosts amd key values from command line (-H and -i). Usage: 1. WIthout aws api keys and config present: :<username>,<passwordless=1>,<sudo=1> - in this case you have to specify hosts list in -H and your own account in -u fabric parameters. 2. With aws api keys and config entries: :<username>,<region>,”instance1;instance2”,<passwordless>,<sudo> Extracts IP’s from instance description.

django_fabfile.useradd.deluser()[source]

Removes user <name> with deluser from “host1;host2” list in <region> If region and instance_ids not set - script takes hosts amd key values from command line (-H and -i).

django_fabfile.useradd.adduser[source]

creates new <username> with public SSH key on “host1;host2” list in <region>. If you want to create passwordless account - set any value to <passwrdless> variable, if you want sudo rights - set any value to <sudo>. File with public key must be in same directory. If region and instance_ids not set - script takes hosts amd key values from command line (-H and -i). Usage: 1. WIthout aws api keys and config present: :<username>,<passwordless=1>,<sudo=1> - in this case you have to specify hosts list in -H and your own account in -u fabric parameters. 2. With aws api keys and config entries: :<username>,<region>,”instance1;instance2”,<passwordless>,<sudo> Extracts IP’s from instance description.

django_fabfile.useradd.deluser[source]

Removes user <name> with deluser from “host1;host2” list in <region> If region and instance_ids not set - script takes hosts amd key values from command line (-H and -i).

Table Of Contents

Previous topic

switchdb module

Next topic

utils module

This Page