Compare commits

..

No commits in common. "5abb805a2dfc9dd46c9f3c13e8b1d8c126620da2" and "42d8d48e3808bfcea143040a2468014481aabe48" have entirely different histories.

View File

@ -2,7 +2,7 @@
hosts: ipads
gather_facts: no
tasks:
- name: Get ssh password from password-store
- name: Set ssh to use password auth
set_fact:
ansible_ssh_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"
- name: Get ssh pub key
@ -27,4 +27,4 @@
local_action: command scp -r ./python_2.7.6-3_iphoneos-arm.deb "{{ inventory_hostname }}:"
- name: install python 2.7
become: true
raw: dpkg -i python_2.7.6-3_iphoneos-arm.deb && rm python_2.7.6-3_iphoneos-arm.deb; apt-get install -f -y
raw: dpkg -i python_2.7.6-3_iphoneos-arm.deb && rm python_2.7.6-3_iphoneos-arm.deb; apt-get install -f