Sha256: ed8160c15d473d6fab636cd1932f78521b1fc1613bb0bf1b9d929d303e36e90f
Contents?: true
Size: 412 Bytes
Versions: 19
Compression:
Stored size: 412 Bytes
Contents
--- language: python python: 2.7 before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-apt python-pycurl install: - pip install ansible script: - echo localhost > inventory - ansible-galaxy install --role-file=requirements.yml --roles-path=roles/ --force - ansible-playbook --syntax-check -i inventory site.yml - ansible-playbook -i inventory site.yml --connection=local --sudo
Version data entries
19 entries across 19 versions & 1 rubygems