Streisand installed to existing server.
git clone https://github.com/jlund/streisand.git && cd streisand./streisandansible --version :[ape364@home ~]$ ansible --version
ansible 2.4.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/ape364/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.13 (default, Jul 21 2017, 03:24:34) [GCC 7.1.1 20170630]
git rev-parse HEAD in your Streisand directory : 4ff8823a780d01403ebb55480bcc7611fbbe5131Could you try an Ansible before 2.4? I think we're hitting some teething pains. You can fetch an older one with pip install "ansible<2.4".
@nopdotcom This one isn't related to the Ansible version unfortunately.
@ape364 There's an outstanding fix for this in https://github.com/jlund/streisand/pull/955 - I will try to merge tonight. In the meantime can you try checking that branch out?
I also ran into & fixed this in 134e00ab8fe33ebbf6b1b668672b8ce2db66cd46
On this branch the error is disappeared. Next i got an error related to the package libgnutls-dev. I've renamed it to libgnutls28-dev in /streisand/playbooks/roles/openconnect/vars/main.yml and it's okay.
Now i'm getting error related to pgp keys: gist.
@ape364 Glad to hear that branch fixed the error reported.
That GPG error may be transient. I would recommend opening a separate issue for that.
As an aside: If you search "Scaleway" in the issues you'll find there are lots of problems folks have reported using Scaleway machines. They seem to be non-standard and we do not support them explicitly. I would recommend using a supported provider if you want to avoid problems.
I merged the interim fix from @jlund's PR to master. @ape364 Thanks for reporting the undefined var error!
Most helpful comment
@nopdotcom This one isn't related to the Ansible version unfortunately.
@ape364 There's an outstanding fix for this in https://github.com/jlund/streisand/pull/955 - I will try to merge tonight. In the meantime can you try checking that branch out?
I also ran into & fixed this in 134e00ab8fe33ebbf6b1b668672b8ce2db66cd46