Skip to content

Commit b2d7e2c

Browse files
author
Bradley A. Thornton
committed
add dep
1 parent 9b0a71e commit b2d7e2c

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010
### Usage
1111

12+
```
13+
pip install ansible
14+
pip install dollar_ref
15+
```
16+
1217
```
1318
ansible-playbook -e parent=<parent> \
1419
-e structure=role \

requirements.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
ansible==2.7.9
2+
asn1crypto==0.24.0
3+
bcrypt==3.1.6
4+
cffi==1.12.2
5+
cryptography==2.6.1
6+
dollar-ref==0.1.2
7+
Jinja2==2.10
8+
MarkupSafe==1.1.1
9+
paramiko==2.4.2
10+
pyasn1==0.4.5
11+
pycparser==2.19
12+
PyNaCl==1.3.0
13+
PyYAML==5.1
14+
six==1.12.0
15+
termcolor==1.1.0

0 commit comments

Comments
 (0)