update
This commit is contained in:
parent
fdf854d6d4
commit
b77089bb79
@ -1,14 +1,13 @@
|
|||||||
common: &common
|
common: &NextzenS14
|
||||||
host: "10.1.1.34"
|
host: "10.1.1.34"
|
||||||
port: 8069
|
|
||||||
username: "nextzen"
|
username: "nextzen"
|
||||||
password: "smartyourlife"
|
password: "smartyourlife"
|
||||||
type: "systemctl"
|
type: "systemctl"
|
||||||
service_name: "odoo18"
|
service_name: "odoo18"
|
||||||
git: &git_config
|
git: &git_config
|
||||||
repo_url: "https://hoangvv:smartyourlife@git.nextzenos.com/NextERP/Odoo18-FTACPA.git"
|
repo_url: "https://hoangvv:smartyourlife@git.nextzenos.com/NextERP/Odoo18-DEV.git"
|
||||||
branch: "community/demo/ftacpa"
|
branch: "server_manager"
|
||||||
local_path: "/opt/ftacpa/addons"
|
local_path: "/opt/server_manager/extra-addons"
|
||||||
ssh: &ssh_config
|
ssh: &ssh_config
|
||||||
user: root
|
user: root
|
||||||
key_path: "/root/.ssh/privatessh.key"
|
key_path: "/root/.ssh/privatessh.key"
|
||||||
@ -17,17 +16,19 @@ common: &common
|
|||||||
odoo_instances:
|
odoo_instances:
|
||||||
- name: "server"
|
- name: "server"
|
||||||
database: "server"
|
database: "server"
|
||||||
|
port: 8069
|
||||||
modules:
|
modules:
|
||||||
- "hr_holidays"
|
- "hr_holidays"
|
||||||
- "timesheet"
|
- "timesheet"
|
||||||
- "hr"
|
- "hr"
|
||||||
<<: *common # Inherit common settings
|
<<: *NextzenS14
|
||||||
|
|
||||||
- name: "server2"
|
- name: "server2"
|
||||||
database: "server2"
|
database: "server2"
|
||||||
|
port: 8069
|
||||||
modules:
|
modules:
|
||||||
- "crm"
|
- "crm"
|
||||||
- "project"
|
- "project"
|
||||||
- "contacts"
|
- "contacts"
|
||||||
- "hr_holidays"
|
- "hr_holidays"
|
||||||
<<: *common # Inherit common settings
|
<<: *NextzenS14
|
Loading…
Reference in New Issue
Block a user