问题:在ansible playbook中创建LXC (Proxmox)。
攻略:
- name: Create LXC
proxmox:
node: PVE-03
api_user: root@pam
api_password: password
api_host: 192.168.254.23
password: 11111
hostname: ans
ostemplate: data:vztmpl/debian-9.0-standard_9.5-1_amd64.tar.gz日志:
fatal: [192.168.254.23]: FAILED! => {"changed": false, "msg": "authorization on proxmox cluster failed with exception: Couldn't authenticate user: ********@pam to https://192.168.254.23:8006/api2/json/access/ticket"}发布于 2019-01-09 23:20:11
有必要更新proxmox:
apt full-upgradehttps://stackoverflow.com/questions/54107023
复制相似问题