add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#### TODO обе роли - пакаджесы и юзеры
|
||||
---
|
||||
#### TODO почему не взлетает на дальнейших плейбуках?
|
||||
- name: Check host connectivity
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: node exporter!
|
||||
hosts: reachable_hosts:!lxc
|
||||
hosts: all:!lxc
|
||||
gather_facts: yes
|
||||
become: yes
|
||||
roles:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: packages
|
||||
hosts: reachable_hosts
|
||||
hosts: all
|
||||
become: true
|
||||
become_method: sudo
|
||||
tasks:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: make resolv.conf work fine
|
||||
hosts: reachable_hosts
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Install the packages versions
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Change timezone
|
||||
hosts: reachable_hosts
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Set timezone to Europe/London
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: users
|
||||
hosts: reachable_hosts
|
||||
hosts: all
|
||||
become: yes
|
||||
tasks:
|
||||
- name: make-me
|
||||
|
||||
Reference in New Issue
Block a user