Add custom repo for mineos, to enable PAM
This commit is contained in:
@@ -7,3 +7,5 @@ mineos_keep_updated: false
|
|||||||
mineos_http_port: 80
|
mineos_http_port: 80
|
||||||
mineos_https_port: 443
|
mineos_https_port: 443
|
||||||
mineos_use_https: true
|
mineos_use_https: true
|
||||||
|
mineos_version: HEAD
|
||||||
|
mineos_repo: https://github.com/hexparrot/mineos-node.git
|
||||||
|
|||||||
@@ -51,7 +51,12 @@
|
|||||||
- name: Clone mineos git repo
|
- name: Clone mineos git repo
|
||||||
become: true
|
become: true
|
||||||
become_user: minecraft
|
become_user: minecraft
|
||||||
git: repo=https://github.com/hexparrot/mineos-node.git dest=/usr/games/minecraft update={{ mineos_keep_updated }}
|
git:
|
||||||
|
repo: "{{ mineos_repo }}"
|
||||||
|
version: "{{ mineos_version }}"
|
||||||
|
dest: "/usr/games/minecraft"
|
||||||
|
update: "{{ mineos_keep_updated }}"
|
||||||
|
|
||||||
notify: Restart mineos
|
notify: Restart mineos
|
||||||
|
|
||||||
- name: Set git core.filemode setting
|
- name: Set git core.filemode setting
|
||||||
|
|||||||
Reference in New Issue
Block a user