1、roles:角色的集合

ansible(十)roles

 1 [root@linux-node1 ~]# tree ansible/
 2 ansible/
 3 ├── nginx_roule.yml
 4 └── roles
 5     ├── httpd
 6     ├── memcache
 7     ├── mysql
 8     └── nginx
 9         ├── tasks
10         │?? ├── group.yml
11         │?? ├── main.yml
12         │?? ├── restart.yml
13         │?? ├── start.yml
14         │?? ├── templ.yml
15         │?? ├── user.yml
16         │?? └── yum.yml
17         └── templates
18             └── nginx.conf.j2
roles目录

相关文章:

  • 2021-06-23
  • 2021-10-12
  • 2022-01-01
  • 2021-04-01
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2021-08-21
  • 2022-01-26
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
相关资源
相似解决方案