ansible coming

This commit is contained in:
2022-01-18 16:20:58 +01:00
parent 45d3d22067
commit a742293716
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- hosts: all
gather_facts: true
# become: yes
# become_user: root
# become_method: sudo
roles:
- TmplLinuxServer
...

View File

@@ -0,0 +1,9 @@
---
- hosts: all
gather_facts: yes
# become: yes
# become_user: root
# become_method: sudo
roles:
- TmplWindowsServer
...