first commit

This commit is contained in:
2022-10-20 07:22:06 +00:00
commit 97eac6aea1
13 changed files with 131 additions and 0 deletions

12
klnagent.yml Normal file
View File

@@ -0,0 +1,12 @@
- hosts: servers
gather_facts: true
become:
true
become_method:
sudo
become_user:
root
remote_user:
srvadmin
roles:
- klnagent