使用 Ansible Galaxy 和要求文件 /ansible/roles/requirements.yml 。从以下 URL 下载角色并安装到 /ansible/roles :
http://materials/haproxy.tar 此角色的名称应当为 balancer
http://materials/phpinfo.tar 此角色的名称应当为 phpinfo
#创建
vim /ansible/roles/requirements.yml
#文件内容如下
- src: http://materials/haproxy.tar
name: balancer
- src: http://materials/phpinfo.tar
name: phpinfo
#运行创建角色
ansible-galaxy install -r /home/greg/ansible/roles/requirements.yml -p /home/greg/ansible/roles
#查看
ansible-galaxy list
创建成功
文章来源:https://www.toymoban.com/news/detail-669851.html
文章来源地址https://www.toymoban.com/news/detail-669851.html
到了这里,关于Ansible 创建使用角色的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!