From c572df8b0ce4b920ca2cb8bce10b3ecc5b242b42 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Mon, 1 Aug 2016 15:40:54 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9333ead..c37b84b 100644 --- a/README.md +++ b/README.md @@ -32,16 +32,10 @@ Algo (short for "Al Gore", the **V**ice **P**resident of **N**etworks everywhere ## Usage * Open the file `config.cfg` in your favorite text editor. Change `server_name` and specify users in the `users` list. -* Start the deploy and follow the instructions: +* Start the deploy and follow the instructions (available options for PROVIDER are `digitalocean` or `ec2`): ``` ansible-playbook deploy.yml -e "provider=PROVIDER" ``` - -Available providers: - digiocean - Digital Ocean - ec2 - Amazon AWS EC2 (see EC2 section below) - - * When the process is done, you can find `.mobileconfig` files and certificates in the `configs` directory. Send the `.mobileconfig` profile to your users on iOS or macOS (note: Profile installation is supported over AirDrop) or send the X.509 certificates to those using other clients, like Windows or Android. * When the deploy proccess is done a new server will be placed in the local inventory file `inventory_users`. * If you want to add or delete users, update the `users` list in `config.cfg` and run the playbook `users.yml`. This command will update users on all the servers in the file `inventory_users`. If you want to limit servers it updates, you can use `-l` flag. From 93d328b9cf26c8f25052181b3a057c1a1c9ad272 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Mon, 1 Aug 2016 15:41:04 -0400 Subject: [PATCH 2/2] Rename digiocean.yml to digitalocean.yml --- digiocean.yml => digitalocean.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename digiocean.yml => digitalocean.yml (100%) diff --git a/digiocean.yml b/digitalocean.yml similarity index 100% rename from digiocean.yml rename to digitalocean.yml