러프하게 했던 내용 기록용으로 작성 # 바로 쓸 수 있는 패키징 방법 > >=python2.7, python3.12 이상의 버전에서는 소스 수정 필요 ~~! 작성 예정 # python debian 패키지 만들기 (삽질기) - https://github.com/astraw/stdeb에 있는 내용으로 만들 수 있음 - 사용법 1. stdeb 패키지 설치 2. 필요한 python의 setup.py 위치 이동 3. stdeb 명령어 사용하여 빌드 및 패키징 ## 이슈 - deb_helper가 pycompile을 dpkg postinst 스크립트 자동 생성 - python2, 3 문법이 같이 있고 python2로 설치하면 문법에러 발생 - 아래 긴 버전에서 서술할 0.11.0에선 위 문제 해소하였으나.. - py..
보호되어 있는 글입니다.
https://shasawas.wordpress.com/2017/01/30/how-to-run-a-particular-task-serially-in-the-middle-of-the-play-in-ansible/ How to run a particular task serially in the middle of the play in Ansible. Assume that we have the following inventory file: [Target] host1 host2 host3 As we all know that to running the playbook serially against the group of hosts can be achieved by using serial keyword:… shasa..
