[ansible] added deploy role
This commit is contained in:
9
ansible/roles/setup/vars/main.yml
Normal file
9
ansible/roles/setup/vars/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
ansible_become: yes
|
||||
ansible_user: barin
|
||||
ansible_become_pass: 1234!QAZ
|
||||
|
||||
service_name: "{{ project_name }}"
|
||||
service_description: "{{ project_smartname }} server"
|
||||
service_work_dir: "{{ project_dir }}/current/target"
|
||||
service_command: "/usr/bin/neko {{ project_dir }}/current/target/{{ project_name }}.n"
|
||||
service_user: www-data
|
||||
Reference in New Issue
Block a user