Implement configure-webproxy for setting up basic nginx server

Fix init playbook
Add nginx config
Fix networkd install on fedora
This commit is contained in:
2020-12-07 20:24:57 -05:00
parent 1e1d4d75a0
commit ae0be16dd6
6 changed files with 107 additions and 47 deletions

View File

@@ -17,7 +17,7 @@
- name: Install systemd-networkd on Fedora
when: ansible_distribution == "Fedora" and ansible_distribution_major_version == "8"
when: ansible_distribution == "Fedora"
become: true
dnf:
state: "{{ _runtime_update_state }}"