Parcourir la source

Yet... trying to install via Ansible locally

merge-requests/1/merge
Christoph Haas il y a 10 ans
Parent
révision
7ae84b8eaa
2 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. +0
    -5
      .gitlab-ci.yml
  2. +1
    -0
      hosts

+ 0
- 5
.gitlab-ci.yml Voir le fichier

@@ -1,10 +1,5 @@
image: williamyeh/ansible:debian8

#before_script:
# - apt-get update -qy
# - apt-get install -y python-dev python-pip
# - pip install ansible

variables:
HOSTNAME: default.example.org



+ 1
- 0
hosts Voir le fichier

@@ -1,2 +1,3 @@
default
localhost ansible_connection=local


Chargement…
Annuler
Enregistrer