the other localhost
This commit is contained in:
parent
7a5cf8ecf0
commit
f2eb817346
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Setup fail2ban
|
- name: Setup fail2ban
|
||||||
hosts: all
|
hosts: 127.0.0.1
|
||||||
|
connection: local
|
||||||
|
|
||||||
- name: This command will echo text to a file as a test
|
- name: This command will echo text to a file as a test
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
|
|
Loading…
Reference in a new issue