- 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.
推薦閱讀
- Instant Raspberry Pi Gaming
- Mastering Mesos
- 工業(yè)機(jī)器人虛擬仿真實(shí)例教程:KUKA.Sim Pro(全彩版)
- Word 2000、Excel 2000、PowerPoint 2000上機(jī)指導(dǎo)與練習(xí)
- 大數(shù)據(jù)項(xiàng)目管理:從規(guī)劃到實(shí)現(xiàn)
- Mastering Spark for Data Science
- 高性能混合信號ARM:ADuC7xxx原理與應(yīng)用開發(fā)
- Linux Mint System Administrator’s Beginner's Guide
- Learning Apache Spark 2
- 數(shù)據(jù)庫原理與應(yīng)用技術(shù)學(xué)習(xí)指導(dǎo)
- Windows XP中文版應(yīng)用基礎(chǔ)
- Spark大數(shù)據(jù)技術(shù)與應(yīng)用
- 網(wǎng)絡(luò)綜合布線設(shè)計(jì)與施工技術(shù)
- MCGS嵌入版組態(tài)軟件應(yīng)用教程
- R Machine Learning Projects