Rollout Ansible support an database hosts

This commit is contained in:
phil 2023-11-04 13:51:42 +01:00
parent aca231c728
commit 6905786980
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.vscode/

View file

@ -24,3 +24,9 @@
notify:
- Reload systemd
- Restart postgresql
- name: Enable Ansible support
ansible.builtin.apt:
name:
- python3-psycopg2
- sudo