Skip to content

comefigo/deploy-awx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWXの構築手順

当リポジトリはAWXをAnsibleで構築するもの
デプロイ先がAWS EC2インスタンスの場合は、最低t2.small以上のインスタンスにしてください
t2.microだとメモリ不足でフリーズします

実行

すでに手元でansibleが実行できる場合は、手順7を実行してください

  1. デプロイ先のホストIPをansible/inventories/hostsansible_hostに追加
  2. デプロイ先のssh接続鍵をansible/inventories/hostsansible_ssh_private_key_fileに追加
    ssh鍵はansible/sshに配置
  3. デプロイ先の接続ユーザを変更する場合は、inventories/hostsansible_userを変更
    ansible/inventories/awx.ymlwork_userwork_dirも併せて変更してください
  4. Dockerの導入
  5. docker-compose up --build -dでAnsible実行コンテナを起動
  6. docker exec -it awx-ansible /bin/bashでコンテナにログイン
  7. ansible-playbook -i /ansible/inventories/hosts /ansible/awx.ymlでインストール

Web UI

デフォルトUSERNAME/PASSWORDはadmin/passwordです

About

deploy awx by ansible sample code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published