Warning: file_exists(): open_basedir restriction in effect. File(/www/wwwroot/nav.vwo50.club/wp-content/plugins/jetpack-boost/app/modules/optimizations/page-cache/pre-wordpress/Boost_Cache.php) is not within the allowed path(s): (/www/wwwroot/vwo50.club/:/tmp/) in /www/wwwroot/vwo50.club/wp-content/advanced-cache.php on line 3
ANSIBLE归档 - vwo50博客站

标签: ANSIBLE

1 篇文章

Ansible学习笔记(二)
3.ansible的使用示例(playbook)1.创建mysql 账户和mysql 组的 playbook--- #create mysql user and group - hosts: all remote_user: root tasks: - name: create group group: name=mysql system=yes …