File tree 1 file changed +3
-3
lines changed
icinga2-ansible-web2-ui/tasks
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
user : name=www-data
82
82
groups=icingaweb2
83
83
84
- - name : Adjust Directory Owener and Group
84
+ - name : Adjust Directory Owner and Group
85
85
file : path=/etc/icingaweb2/modules owner=www-data group=icingaweb2 mode=0755
86
86
state=directory
87
87
recurse=yes
88
88
89
- - name : Create Directory Owener and Group
89
+ - name : Create Directory Owner and Group
90
90
file : path=/etc/icingaweb2/modules/{{ item }} owner=www-data group=icingaweb2 mode=0755
91
91
state=directory
92
92
with_items :
93
93
- monitoring
94
94
- translation
95
95
96
96
- name : Icinga Web2 Installation finished (Debian)
97
- debug : msg="Now generate a token with 'icingacli setup token create' and go at http://IP/ /icingaweb2/setup to continue the installation"
97
+ debug : msg="Now generate a token with 'icingacli setup token create' and visit http://SERVERIP /icingaweb2/setup to continue the installation"
98
98
tags : icinga2-ansible-web2-ui-install
99
99
You can’t perform that action at this time.
0 commit comments