#
Git
Press
Login
Tag
#
ansible
Tagged
Posts
Eric Chang
@ 2019/12/18
[筆記] 在ansible playbook中不小心多打了一個空格 / Accidentally Typed an Extra Space in Ansible Playbook
剛剛在跑一個修改過的playbook,卻發現一個詭異的狀況在用template產生檔案之前,爲了避免錯誤,所以我先用 file module 去建立目錄怪就怪在,建立目錄的task沒錯,但是要產生檔案時,卻出現了目的目錄不存在的錯誤
Eric Chang
@ 2019/08/05
[筆記] 為了保存log 用script 指令執行ansible / Another Way to Keep Ansible Log using script command
之前為了能夠在執行完 ansible playbook 後,能有個log 可以看所以在每次執行的時候,都要加入 tee 的指令像是
Eric Chang
@ 2019/12/27
[筆記]在ansible中,取得loop register後的值/ Ansible Get Value From Loop Register
今天在寫一支客製化 firefox 的playbook因為firefox 會給每個user 建立一個由亂數字串組成的default profile所以每個user的 default profile 都不同
Eric Chang
@ 2019/07/23
[ansible] 用 ip 位置判斷是否要執行task /ansible run task depends on ipaddr
因為工作上的需要,要修改client端的 /etc/environment 檔案在有權限使用proxy 服務的user的環境中,加入proxy 的設定原本的清單中,有host/user/ip 這幾個值可以拿來判斷
Eric Chang
@ 2018/11/29
[筆記] 還是 Ansible Selectattr
在上一篇 Ansible how to use 'list' in yaml file 有提到怎麼用 with_items / set_fact 來取得在yaml 檔案中的清單不過就是有點醜
Eric Chang
@ 2018/11/27
[筆記] Ansible how to use 'list' in yaml file
這幾天在玩ansible 時,碰到一個問題假如我有個yaml檔作為資料來源,檔名是 abc.yml大概長這樣
Eric Chang
@ 2019/12/24
[筆記] ansible 設定 ssh_args 開啟 ForwardX11 / config ansible ssh_args to enable forwardagent
正確來說,我不曉得到底怎麼「稱呼」這個 forwardx11 / forwardagent總之就是在寫一隻ansible playbook目的是用來安裝、設定 firefox