Adding to an old thread. I successfully used Ansible role https://github.com/jzmch/bootstrap-coreos to configure CoreOS hosts to work with Ansible.
Derek On Wednesday, 5 March 2014 18:30:32 UTC-5, [email protected] wrote: > > Has anyone tried this? Curious myself if setting PYTHONPATH to a python > executable in a container would allow ansible to be ran against coreos... > > On Thursday, February 20, 2014 9:42:09 AM UTC-8, ahjohannessen wrote: >> >> Brandon, >> >> That is correct. >> >> Could a 3) option work by having a docker image with python installed, >> and then set env PYTHONPATH of CoreOS point into a container? >> >> On Monday, February 17, 2014 5:30:20 PM UTC, Brandon Philips wrote: >>> >>> On Mon, Feb 17, 2014 at 4:50 AM, ahjohannessen <[email protected]> >>> wrote: >>> > I merely just need Ansible for bootstrapping the server with respect >>> > to hostname, timezone, systemd config and so on, and otherwise >>> > use containers for everything else. >>> >>> Correct me if I am wrong but doesn't ansible have a mode where it runs >>> the individual commands over ssh and doesn't require a runtime on the >>> machine? >>> >>> Thanks, >>> >>> Brandon >>> >>
