Add README
It's trash
This commit is contained in:
parent
fb941e4297
commit
9d35fcac96
13
README.md
Normal file
13
README.md
Normal file
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user