Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added tomcat user creation
  • Loading branch information
qtkhajacloud committed Jan 3, 2023
1 parent 21c3052 commit debbc09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jan23/tomcat-first/tomcat.yml
Expand Up @@ -8,4 +8,13 @@
name: openjdk-11-jdk name: openjdk-11-jdk
update_cache: yes update_cache: yes
state: present state: present
- name: create a tomcat user
ansible.builtin.user:
name: tomcat
create_home: yes
group: tomcat
home: /opt/tomcat
shell: /bin/false
state: present



0 comments on commit debbc09

Please sign in to comment.