Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
10sr
/
dotfiles-mirror
şunun yansıması
https://github.com/10sr/dotfiles.git
İzle
1
Yıldızla
0
Çatalla
0
Kod
Konular
0
Sürümler
0
Wiki
Aktivite
Kaynağa Gözat
use set_fact for finding sshd_config
pull/1/head
10sr
10 yıl önce
ebeveyn
ecca55a1d5
işleme
c5e2407086
1 değiştirilmiş dosya
ile
9 ekleme
ve
2 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+9
-2
ansible/sshd_config.yml
+ 9
- 2
ansible/sshd_config.yml
Dosyayı Görüntüle
@@ -1,9 +1,16 @@
---
- hosts: all
vars:
conf: /etc/ssh/sshd_config
#
vars:
#
conf: /etc/ssh/sshd_config
sudo: yes
tasks:
- name: find sshd_config
set_fact: conf={{item}}
with_first_found:
- /etc/ssh/sshd_config
- /etc/sshd_config
- name: assert sshd_config found
assert: conf is defined
- name: Protocol 2
lineinfile: dest={{conf}}
regexp="^(#)?Protocol"
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet