File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 88
99- name : Reload all system config settings.
1010 become : true
11- ansible.builtin.command :
12- cmd : sysctl --system
11+ ansible.posix.sysctl :
12+ name : net.ipv4.ip_forward
13+ reload : true
Original file line number Diff line number Diff line change 7676 a : http://bbn.com/marti/xml/config
7777 b : http://www.w3.org/2001/XMLSchema-instance
7878 c : file:///opt/tak/CoreConfig.xsd
79+
80+ - name : Flush handlers.
81+ meta : flush_handlers
Original file line number Diff line number Diff line change 11# code: language=ansible
22---
3+ - name : Install psycopg2 Python module.
4+ ansible.builtin.dnf :
5+ name : python3-psycopg2
6+ state : present
7+
38- name : Setup TAK PostgreSQL Database.
49 ansible.builtin.command : /opt/tak/db-utils/takserver-setup-db.sh
510 args :
1116 name : " {{ takserver_db_user }}"
1217 password : " {{ takserver_db_pass }}"
1318 become_user : postgres
14-
You can’t perform that action at this time.
0 commit comments