- Security Automation with Ansible 2
- Madhu Akula Akash Mahajan
- 96字
- 2021-07-02 21:59:56
RBAC for Rundeck
Rundeck also provides RBAC as Ansible Tower. Unlike Tower, here we have to configure using the YAML configuration file in /etc/rundeck/.
The following code snippet is an example of creating an admin user policy:
description: Admin, all access.
context:
application: 'rundeck'
for:
resource:
- allow: '*' # allow create of projects
project:
- allow: '*' # allow view/admin of all projects
project_acl:
- allow: '*' # allow all project-level ACL policies
storage:
- allow: '*' # allow read/create/update/delete for all /keys/* storage content
by: group: admin
For more information about creating different policies, visit http://rundeck.org/docs/administration/access-control-policy.html.
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- Mastering Matplotlib 2.x
- 嵌入式系統應用
- 火格局的時空變異及其在電網防火中的應用
- Introduction to DevOps with Kubernetes
- Learning Microsoft Azure Storage
- CorelDRAW X4中文版平面設計50例
- 統計策略搜索強化學習方法及應用
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- CompTIA Linux+ Certification Guide
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- INSTANT Puppet 3 Starter
- Silverlight 2完美征程
- Mastering Text Mining with R
- Drupal高手建站技術手冊