[ansible-project] Help with blockinfile module running against Proxmox

2018-02-19 Thread saicrazyfire
Hi, I'm trying to create containers in Proxmox via ansible and I've gotten most of it working. I'm leveraging LXC containers to host Docker containers (since they're more lightweight, and easier to create). In order to do so, I need to append a few lines in the configuration of the container.

[ansible-project] Re: Help with blockinfile module running against Proxmox

2018-03-10 Thread saicrazyfire
replace file: /tmp/tmpTzm6Bh to /etc/pve/lxc/100.conf: >> [Errno 1] Operation not permitted: >> '/etc/pve/lxc/.ansible_tmpONaD0O100.conf'" >> >> -troy >> >> On Monday, February 19, 2018 at 3:05:43 PM UTC-5, saicrazyfire wrote: >>> >>> Hi, >>> &