Mercurial > code > home > repos > infra
annotate inventory.py @ 2:7f7af7e2ba8d
plocate is so much better!
author | drewp@bigasterisk.com |
---|---|
date | Thu, 04 Nov 2021 18:26:04 -0700 |
parents | b664f1027992 |
children | 61945df2a392 |
rev | line source |
---|---|
0
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
1 ssh_user = 'root' |
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
2 ssh_key = '/root/.ssh/id_ecdsa' |
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
3 |
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
4 big = [ |
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
5 'bang', |
1 | 6 'dash', |
7 'slash', | |
0
1550a6db59b3
first ported section from ansible. shorter, faster, clearer.
drewp@bigasterisk.com
parents:
diff
changeset
|
8 ] |
1 | 9 pi = [ |
10 'frontbed', | |
11 ] |