-
This commit is contained in:
parent
9dd8863e24
commit
686f1e7bcd
74 changed files with 9782 additions and 2 deletions
10
ansible/site.yml
Normal file
10
ansible/site.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- name: "install uguu"
|
||||
hosts: all
|
||||
become: yes
|
||||
roles:
|
||||
- ansible-role-uguu
|
||||
|
||||
vars:
|
||||
paypalUrl: ""
|
||||
bitcoinAddress: ""
|
||||
flattrUrl: ""
|
Loading…
Add table
Add a link
Reference in a new issue