Ansible: エラー解決法 - No package matching 'certbot' found available, installed or updated
· 2 min read
Mac上のAnsibleスクリプト用いてリモート上のLinux(CentOS)へcertbot(※)のインストールを試みたところ、下記のエラーメッセージを出力し処理が異常終了した。 ※Let's Encrypt認証局用のTLS/SSL証明書の入手・更新クライアント。
Mac上のAnsibleスクリプト用いてリモート上のLinux(CentOS)へcertbot(※)のインストールを試みたところ、下記のエラーメッセージを出力し処理が異常終了した。 ※Let's Encrypt認証局用のTLS/SSL証明書の入手・更新クライアント。
Mac上のAnsibleスクリプト用いてリモートにあるLinux(CentOS)へ環境構築を試みたところ、下記のエラーが発生し、sshセッションの確立が不可。
TASK [Gathering Facts] *************************************************************************************************
fatal: [192.0.2.203]: UNREACHABLE! => {"changed": false, "msg":
"SSH Error: data could not be sent to remote host \"192.0.2.203\".
Make sure this host can be reached over ssh", "unreachable": true}
fatal: [192.0.2.201]: UNREACHABLE! => {"changed": false, "msg":
"SSH Error: data could not be sent to remote host \"192.0.2.201\".
Make sure this host can be reached over ssh", "unreachable": true}
Ansibleのmysql_dbモジュールを用いてMariaDB (MySQL派生OSS)の環境構築(DB, User作成)をLinux (CentOS 7.x系)に実施したところ、下記のエラーが発生し、Ansible Playbookの実行が中断。
尚、MariaDBのVersionはVer 15.1 Distrib 10.2.15-MariaDB。