Skip to content

Commit

Permalink
looks ok as first shot bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 11, 2021
1 parent 12f14b7 commit 6444149
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ansible-galaxy install --roles-path ./roles -r requirements.yml
```
# Installs entire system PROD
ansible-playbook -vv bootstrap.yml -i hosts/prod.yml
ansible-playbook -v --vault-password-file ~/.ssh/ansible-vault/ogc-api-srv.txt bootstrap.yml -i hosts/prod.yml
```

Expand Down
1 change: 0 additions & 1 deletion ansible/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
accept_hostkey: "yes"
force: "yes"


- name: "Ensure ownership to admin user of git dir"
ansible.builtin.file:
path: "{{ my_git_home }}"
Expand Down
4 changes: 3 additions & 1 deletion ansible/templates/systemd.service.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[Unit]
Description=OgcApiSrv
Requires=docker.service
After=docker.service
BindsTo=docker.service
ReloadPropagatedFrom=docker.service

[Service]
Type=oneshot
Expand Down

0 comments on commit 6444149

Please sign in to comment.