Final tweaks for working deploy.

master
josiah 4 years ago
parent 6ce9d3ccb1
commit faf6cfcec9

@ -18,6 +18,7 @@
- name: Configure home-net base packages
hosts: home
gather_facts: no
roles:
- { name: home-net, tags: ['base'] }

@ -1,3 +1,2 @@
ansible_python_interpreter: /usr/bin/python3
interactive: yes
ansible_user: ubuntu

@ -4,7 +4,7 @@
name:
- logrotate
- syslog-ng
- nsf-common # required for mounting the idiot nfs thing over idiot nfs, the worst fs.
- nfs-common # required for mounting the idiot nfs thing over idiot nfs, the worst fs.
state: latest
@ -16,7 +16,6 @@
- name: Configure syslog TCP ports (Ubuntu)
ufw: port={{ item }} proto=tcp rule=allow
with_items: "{{ sysloghost_all_ports }}"
when: ansible_distribution == "Ubuntu"
- name: Apply syslog-ng configuration
template:

Loading…
Cancel
Save