Skip to content

Mustak22/AWX-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

231 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


  • name: Install Apache HTTP Server hosts: all become: yes tasks:
    • name: Install Apache (httpd) package: name: apache2 # For Debian/Ubuntu

      name: httpd # For RHEL/CentOS/Fedora

      state: present

    • name: Start Apache service service: name: apache2 # For Debian/Ubuntu

      name: httpd # For RHEL/CentOS/Fedora

      state: started enabled: yes

    • name: Ensure Apache is running service: name: apache2 # For Debian/Ubuntu

      name: httpd # For RHEL/CentOS/Fedora

      state: started haii

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published