mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-12 18:19:30 +00:00
Delete roles
This commit is contained in:
@ -25,35 +25,13 @@
|
||||
name: httpd
|
||||
state: started
|
||||
|
||||
#- name: Permissions apache2
|
||||
#file:
|
||||
#path: /etc/apache2
|
||||
#owner: www-data
|
||||
#group: www-data
|
||||
#recurse: yes
|
||||
#
|
||||
#- name: Permissions www
|
||||
#file:
|
||||
#path: /var/www
|
||||
#owner: www-data
|
||||
#group: www-data
|
||||
#recurse: yes
|
||||
#
|
||||
#- name: Start service httpd, if not started
|
||||
#service:
|
||||
#name: apache2
|
||||
#state: started
|
||||
#
|
||||
#- name: Enable service apache2, and not touch the state
|
||||
#service:
|
||||
#name: apache2
|
||||
#enabled: yes
|
||||
#
|
||||
#- name: Enable mod_rewrite
|
||||
#apache2_module:
|
||||
#name: rewrite
|
||||
#state: present
|
||||
#
|
||||
- name: Permissions httpd
|
||||
file:
|
||||
path: /var/www
|
||||
owner: apache
|
||||
group: apache
|
||||
recurse: yes
|
||||
|
||||
#- htpasswd:
|
||||
#path: /etc/apache2/.htpasswd
|
||||
#name: hifive
|
||||
@ -67,11 +45,3 @@
|
||||
#src: virtualhost.j2
|
||||
#dest: /etc/apache2/sites-available/{{ domain }}.conf
|
||||
#force: yes
|
||||
#
|
||||
#- name: a2ensite {{ domain }}
|
||||
#command: a2ensite {{ domain }}
|
||||
#
|
||||
#- name: Reload service apache2
|
||||
#service:
|
||||
#name: apache2
|
||||
#state: reloaded
|
||||
|
Reference in New Issue
Block a user