ansible roles nginx

ansible roles nginx

- name: Install Nginx
  yum: 
    name: nginx
    state: present
- name: Start Nginx Service
  systemd:
   name: nginx
   state: started
   enabled: yes

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章