15 Apr 2022 导出和导入aap资源

December 17, 2023
测试
测试
测试
测试
2 分钟阅读
  • 获取aap controller管理员密码:

$ oc get secret automation-controller-admin-password -n ansible-automation-platform -o json | jq -r '.data.password' | base64 -d
  • 确保可以登录到aap controller:
$ awx login --conf.host https://app-controller.com/ --conf.username $USERNAME --conf.password $PASSWORD
  • 从aap导出资源:
$ awx export --conf.host https://app-controller.com/ --conf.username $USERNAME --conf.password $PASSWORD > resource.json
  • 将资源导入到另一个aap环境:
$ awx import < resource.json --conf.host https://app-controller.com/ --conf.username $USERNAME --conf.password $PASSWORD

links

  • https://docs.ansible.com/ansible-tower/latest/html/towercli/examples.html#import-export
  • https://docs.ansible.com/ansible-tower/latest/html/towercli/usage.html#installation

LEo at 00:12

继续阅读

更多来自我们博客的帖子

如何安装 BuddyPress
由 测试 December 17, 2023
经过差不多一年的开发,BuddyPress 这个基于 WordPress Mu 的 SNS 插件正式版终于发布了。BuddyPress...
阅读更多
Filter如何工作
由 测试 December 17, 2023
在 web.xml...
阅读更多
如何理解CGAffineTransform
由 测试 December 17, 2023
CGAffineTransform A structure for holding an affine transformation matrix. ...
阅读更多