gpt4 book ai didi

ubuntu - 脚本卡在 LXC 初始化任务中

转载 作者:行者123 更新时间:2023-12-04 19:27:35 29 4
gpt4 key购买 nike

我是 ansible 的新用户,我正在尝试在 yaml 脚本中启动 lxc init:

  - name: Copy LXC init file
ansible.builtin.copy:
src: /home/user/lxcInitFile.yaml
dest: /tmp/
owner: root
group: root
mode: '0644'

#- name: Destroy default zpool storage
# command: zpool destroy default

- name: Launch LXC Initialization
command: lxd init --preseed < /tmp/lxcInitFile.yaml
debugger: always
我的 lxcInitFile.yaml 文件
config: {}
networks:
- config:
ipv4.address: auto
ipv6.address: none
description: ""
name: custom0
type: ""
storage_pools:
- config:
size: 5GB
description: ""
name: default
driver: zfs
profiles:
- config: {}
description: ""
devices:
eth0:
name: eth0
network: custom0
type: nic
root:
path: /
pool: default
type: disk
name: default
cluster: null
当我用 ansible 启动它时,我的脚本卡在 LXC 初始化任务中,没有调试信息。
如果有人有想法,那就太好了。

最佳答案

我变了

command: lxd init --preseed < /tmp/lxcInitFile.yaml
shell: lxd init --preseed < /tmp/lxcInitFile.yaml
没关系

关于ubuntu - 脚本卡在 LXC 初始化任务中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69613424/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com