added some ansible playbooks for experiments

This commit is contained in:
2021-08-29 03:35:49 +00:00
parent 93a8e11888
commit 69167a7904
7 changed files with 86 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- hosts: all
remote_user: hyung-hwan
tasks:
- name: add user group 'tomcat'
group: name=tomcat
become: true
become_method: sudo