mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
16 lines
380 B
YAML
16 lines
380 B
YAML
- name: Copy Init Script
|
|
template:
|
|
src: init.sh.jinja2
|
|
dest: /credentials/init.sh
|
|
mode: 0750
|
|
|
|
- name: Upload init-apps.service
|
|
template:
|
|
src: init-apps.service.jinja2
|
|
dest: /lib/systemd/system/init-apps.service
|
|
|
|
- name: check init-apps.service
|
|
shell: |
|
|
cat /lib/systemd/system/init-apps.service > /tmp/service
|
|
systemctl enable init-apps.service
|