add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
hogweed1
2025-11-22 01:03:48 +10:00
parent 171e7ff3ad
commit 21f3833cb7
6 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
#### TODO обе роли - пакаджесы и юзеры
---
#### TODO почему не взлетает на дальнейших плейбуках?
- name: Check host connectivity
hosts: all
gather_facts: false

View File

@@ -1,6 +1,6 @@
---
- name: node exporter!
hosts: reachable_hosts:!lxc
hosts: all:!lxc
gather_facts: yes
become: yes
roles:

View File

@@ -1,6 +1,6 @@
---
- name: packages
hosts: reachable_hosts
hosts: all
become: true
become_method: sudo
tasks:

View File

@@ -1,6 +1,6 @@
---
- name: make resolv.conf work fine
hosts: reachable_hosts
hosts: all
become: yes
tasks:
- name: Install the packages versions

View File

@@ -1,6 +1,6 @@
---
- name: Change timezone
hosts: reachable_hosts
hosts: all
become: yes
tasks:
- name: Set timezone to Europe/London

View File

@@ -1,6 +1,6 @@
---
- name: users
hosts: reachable_hosts
hosts: all
become: yes
tasks:
- name: make-me