码迷,mamicode.com
首页 >  
搜索关键字:roles    ( 555个结果
Ansible详解(三)
一、template模板 二、playbook中的条件判断 三、PlayBook中的循环 四、角色(roles)
分类:其他好文   时间:2018-01-07 14:07:18    阅读次数:1489
exchange日志message too large for this organization
查看邮件跟踪日志:D:\Exchange Server\V15\TransportRoles\Logs\MessageTracking1、正常的接收日志:2018-01-05T07:52:33.289Z,,DRSERVER.3q.com,,DRSERVER,08D5108437919023;2018-01-05T07:52:33.054Z;ClientSubmitTime:,,STOREDRIVE
分类:其他好文   时间:2018-01-06 17:59:13    阅读次数:350
MongoDB简单使用
MongoDB数据库默认是没有用户名及密码的,即无权限访问限制。为了方便数据库的管理和安全,需创建数据库用户。 用户创建语法格式 user字段:用户的名字;必填 pwd字段:用户的密码;必填 cusomData字段:为任意内容,例如可以为用户全名介绍; roles字段:指定用户的角色,可以用一个空数 ...
分类:数据库   时间:2018-01-04 18:04:53    阅读次数:217
uva_11806_Cheerleaders
In most professional sporting events, cheerleaders play a major role in entertaining the spectators. Their roles are substantial during breaks and pri ...
分类:其他好文   时间:2018-01-01 18:22:33    阅读次数:185
ansible-playbook
语言格式:yml 单个yml文件示例: ‘notify’ 下列出的即是 handlers. ansible-playbook基本介绍 项目结构: site.yml webservers.yml fooservers.yml roles/ common/ files/ templates/ tasks ...
分类:其他好文   时间:2017-12-28 13:52:06    阅读次数:144
playbook实现nginx安装
1. 先在一台机器上编译安装好nginx,然后打包 2. 进入ansible配置文件目录,创建一个nginx_install目录 3. 进入nginx_install目录,创建目录结构 PS:roles目录下面有两个角色,common主要是做一些准备工作,install为安装nginx的操作;每个角 ...
分类:其他好文   时间:2017-12-16 13:20:29    阅读次数:147
052-160
View the Exhibit to observe the roles assigned to the SLP_REP user. Which statement is true about the assignment of the SELECT_CATALOG_ROLE role to th ...
分类:其他好文   时间:2017-12-14 19:26:03    阅读次数:203
[20171211]ora-16014 11g.txt
[20171211]ora-16014 11g.txt--//上午测试了10g下备库log_archive_dest_1参数配置VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES)的错误.在11G也测试看看:1.环境:SCOTT@book> @ &r/ver1PORT_STRI ...
分类:其他好文   时间:2017-12-11 18:56:09    阅读次数:206
MVC+EF之多表关联数据更新
多表关联数据更新关联数据有两种:一种是一对多,一种总是多对多eg:假设一个用户可以有任意多个角色,一个角色可以有任意多个用户。 下面来实现编辑某个用户时,显示该用户的角色进行编辑。步骤:1.先添加一个ViewModel, 用来表示角色是否分配给某个用户。2.打开UserRoleController, ...
分类:Web程序   时间:2017-12-11 16:09:19    阅读次数:213
自动化运维之ansible
大纲: 一、ansible是什么 二、ansible的特点 三、ansible的任务执行模式和执行流程 四、ansible的安装 五、ansible常用命令 六、ansible常用模块 七、关于ansible playbook 八、角色定制roles 环境介绍:接近年关,某公司计划做一次大型促销活动 ...
分类:其他好文   时间:2017-12-09 22:31:35    阅读次数:187
555条   上一页 1 ... 28 29 30 31 32 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!