From 9d35fcac9605f81cce266ad953f3bb2c66cc2fc8 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 2 May 2020 05:15:44 -0500 Subject: [PATCH] Add README It's trash --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dd1512 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Salt's Ansible Scripts + +A collection of Ansible scripts to manage my desktops and my EC2 environment. + +## Quickstart + +To deploy on an EC2 node, just tag it and give it roles in `ec2.yml`. + +To deploy a new desktop, try this one-liner: + +``` +command -v git || sudo apt install -y git; git clone https://git.9iron.club/salt/ansible && cd ansible && ./localhost-deploy.sh +```