File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ $ cat << EOF > ~/ansible/ansible.cfg
50
50
host_key_checking = False
51
51
roles_path = ./roles
52
52
EOF
53
+ $ cat << EOF > ~/ansible/playbooks/xmr-stak/site.yml
54
+ ---
55
+ - name: Building xmr-stak miner program
56
+ hosts: all
57
+ user: debian
58
+ become: true
59
+
60
+ roles:
61
+ - cryptogrot.xmr-stak
62
+ EOF
53
63
$ ansible-galaxy install --force --roles-path ~/ansible/roles cryptogrot.xmr-stak
54
64
```
55
65
Original file line number Diff line number Diff line change @@ -151,6 +151,16 @@ $ cat << EOF > ~/ansible/ansible.cfg
151
151
host_key_checking = False
152
152
roles_path = ./roles
153
153
EOF
154
+ $ cat << EOF > ~/ansible/playbooks/xmr-stak/site.yml
155
+ ---
156
+ - name: Building xmr-stak miner program
157
+ hosts: all
158
+ user: debian
159
+ become: true
160
+
161
+ roles:
162
+ - cryptogrot.xmr-stak
163
+ EOF
154
164
$ ansible-galaxy install --force --roles-path ~/ansible/roles cryptogrot.xmr-stak
155
165
```
156
166
You can’t perform that action at this time.
0 commit comments