From 62a0413f0d5faeadb4bbcee143791dbbeaeea2bf Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 19 Feb 2013 23:41:03 +0100 Subject: [PATCH] Documentation : README : rule_user_admin_add . --- README | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README b/README index 9f5cc10..6fb1321 100644 --- a/README +++ b/README @@ -33,11 +33,17 @@ TASK: initialiser la VM @hosted % vm_hosted user_init TASK: démarrer la VM @host % vm_host vm_start -TASK: ajouter un administrateur - @hosted % vm_hosted user_admin_add $user # NOTE: remplacer $user +TASK: ajouter un-e administrateurice $user + @remote % cp .../id_rsa var/pub/ssh/$user.key + @remote % gpg --armor --export --export-options export-clean >var/pub/openpgp/$user.key + @remote % git add var/pub/{openpgp,ssh}/$user.key + @remote % git commit -a -m "Ajout : admin : $user ." + @remote % ./vm_remote git_push + @hosted % vm_hosted git_reset + @hosted % vm_hosted user_admin_add $user TASK: démarrer la VM @host % vm_host vm_start - @remote % ./vm_remote disk_key_send + @remote % ./vm_remote key_disk_send TASK: pousser des changements locaux sur la VM @remote % ./vm_remote push hosted @hosted % vm_hosted git_reset -- 2.20.1