--- #description: Пресет для CentOS 7 # Автор: Сергей Антропов # Сайт: https://devops.org.ru docker_network: labnet generated_inventory: "{{ molecule_ephemeral_directory }}/inventory/hosts.ini" # systemd-ready образ CentOS 7 images: centos7: "inecs/ansible-lab:centos7-latest" systemd_defaults: privileged: true command: "/sbin/init" volumes: - "/sys/fs/cgroup:/sys/fs/cgroup:rw" tmpfs: ["/run", "/run/lock"] capabilities: ["SYS_ADMIN"] hosts: # CentOS 7 хосты - name: centos7-web family: centos7 groups: [centos, test, web] publish: ["7070:80"] - name: centos7-db family: centos7 groups: [centos, test, db] publish: ["7071:80"] - name: centos7-app family: centos7 groups: [centos, test, app] publish: ["7072:80"]