HistoryPurge: Clearing 219 old commits

This commit is contained in:
xpk
2024-10-24 23:09:21 +08:00
commit d08b7cac59
348 changed files with 376141 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Usage
Run the following and it will create ansible home under ~/rs-ansible-home and pre-populate with config and dynamic inventory script.
```
curl -sk https://xpk.headdesk.me/git/xpk/code-dumps/raw/branch/master/rs/ansible-create-home.sh | bash
```
Once ansible home is created, you can run ansible through hammertime
```
COREACCOUNT=123456 ansible -m ping linux
```