mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-26 10:43:04 +01:00
Merge branch 'techno-tim:master' into calico
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
# and security needs.
|
||||
ansible.builtin.systemd:
|
||||
name: firewalld
|
||||
enabled: no
|
||||
enabled: false
|
||||
state: stopped
|
||||
become: true
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
- name: Assert that the nginx welcome page is available
|
||||
ansible.builtin.uri:
|
||||
url: http://{{ ip | ansible.utils.ipwrap }}:{{ port_ }}/
|
||||
return_content: yes
|
||||
return_content: true
|
||||
register: result
|
||||
failed_when: "'Welcome to nginx!' not in result.content"
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user