Skip to content

Commit

Permalink
Exercício 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jadirj committed Oct 22, 2024
1 parent 4dd815e commit 6ff1a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions devops/etc/keys/plone_prod_deploy_ed25519.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIZo8hGfhPoOK0swI6youpx0ZVX0jtZnvNB3HiquYz4
2 changes: 1 addition & 1 deletion devops/inventory/group_vars/all/projects.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
project_folders:
# Path to store {{ cookiecutter.hostname }} postgres data
path: "{{ lookup('ansible.builtin.env', 'DEPLOY_FOLDER', default='/srv/plone/data') }}"
- path: "{{ lookup('ansible.builtin.env', 'DEPLOY_FOLDER', default='/srv/plone/data') }}"
owner: 999
group: 999
mode: "0750"
1 change: 1 addition & 0 deletions devops/inventory/hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ prod:
hosts:
trepr-jadirj.tangrama.com.br:
ansible_user: root
ansible_port: 2222
host: trepr-jadirj
hostname: trepr-jadirj.tangrama.com.br

0 comments on commit 6ff1a4d

Please sign in to comment.