1. ANSIBLE 설치
1 | yum install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm |
2. ANSIBLE 타워설치
1 | curl -O https://releases.ansible.com/ansible-tower/setup/ansible-tower-setup-latest.tar.gz |
3. 접속확인
https://[serverIP]:80
admin / password(inventory에서 설정한 pw)
4. 비밀번호 변경
1 | [root@tcid]# tower-manage changepassword admin |