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 обе роли - пакаджесы и юзеры
|
||||||
---
|
---
|
||||||
|
#### TODO почему не взлетает на дальнейших плейбуках?
|
||||||
- name: Check host connectivity
|
- name: Check host connectivity
|
||||||
hosts: all
|
hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: node exporter!
|
- name: node exporter!
|
||||||
hosts: reachable_hosts:!lxc
|
hosts: all:!lxc
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: packages
|
- name: packages
|
||||||
hosts: reachable_hosts
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
become_method: sudo
|
become_method: sudo
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: make resolv.conf work fine
|
- name: make resolv.conf work fine
|
||||||
hosts: reachable_hosts
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install the packages versions
|
- name: Install the packages versions
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Change timezone
|
- name: Change timezone
|
||||||
hosts: reachable_hosts
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set timezone to Europe/London
|
- name: Set timezone to Europe/London
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: users
|
- name: users
|
||||||
hosts: reachable_hosts
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- name: make-me
|
- name: make-me
|
||||||
|
|||||||
Reference in New Issue
Block a user