resolv.conf solved!

This commit is contained in:
hogweed1
2025-02-06 02:20:33 +10:00
parent fe33aee2fe
commit 4ba0cadf07
31 changed files with 1296 additions and 530 deletions

View File

@@ -1,20 +1,20 @@
---
- name: pingu
hosts: all
# remote_user: root
gather_facts: no
become: yes
tasks:
- name: pingu!
ansible.builtin.ping:
# - name: Send notify to Telegram
# community.general.telegram:
# token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
# api_args:
# chat_id: -4023350326
# parse_mode: "markdown"
# text: "Your precious application has been deployed: https://example.com"
# disable_web_page_preview: true
---
- name: pingu
hosts: all
# remote_user: root
gather_facts: no
become: no # yes
tasks:
- name: pingu!
ansible.builtin.ping:
# - name: Send notify to Telegram
# community.general.telegram:
# token: '6472915685:AAHPvgrQoqG7DxtfbnHWPe3Lfild-CGJ1j8'
# api_args:
# chat_id: -4023350326
# parse_mode: "markdown"
# text: "Your precious application has been deployed: https://example.com"
# disable_web_page_preview: true
# disable_notification: true