asdf2
This commit is contained in:
parent
101eeb0a16
commit
72a15264ac
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: exec
|
||||||
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
|
||||||
|
clone:
|
||||||
|
# убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию
|
||||||
|
disable: true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: pull into the folduh
|
||||||
|
commands:
|
||||||
|
- cd /etc/ansible
|
||||||
|
- git pull origin some-kind-of-lobster
|
@ -6,4 +6,4 @@ bin_ansible_callbacks = True
|
|||||||
|
|
||||||
host_key_checking = false
|
host_key_checking = false
|
||||||
|
|
||||||
vault_password_file: /etc/ansible/.vaulto
|
vault_password_file = /etc/ansible/.vaulto
|
||||||
|
Loading…
Reference in New Issue
Block a user