Adding centos group for prepare-limiting
This commit is contained in:
parent
99b87a1557
commit
f55917c676
@ -39,11 +39,15 @@ platforms:
|
||||
image: centos:7
|
||||
networks:
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-borg
|
||||
groups:
|
||||
- centos
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-cc6
|
||||
hostname: ${MOLECULE_SCENARIO_NAME}-cc6
|
||||
image: centos:6
|
||||
networks:
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-borg
|
||||
groups:
|
||||
- centos
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-sds
|
||||
hostname: ${MOLECULE_SCENARIO_NAME}-sds
|
||||
image: debian:stretch
|
||||
|
@ -9,8 +9,6 @@ platforms:
|
||||
image: debian:stretch
|
||||
networks:
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-borg
|
||||
groups:
|
||||
- lamp
|
||||
- name: ${MOLECULE_SCENARIO_NAME}-sds
|
||||
hostname: ${MOLECULE_SCENARIO_NAME}-sds
|
||||
image: debian:stretch
|
||||
|
@ -10,8 +10,8 @@
|
||||
# - name: start sshd
|
||||
# command: service sshd start
|
||||
|
||||
- name: prepare lamp
|
||||
hosts: lamp
|
||||
- name: prepare all
|
||||
hosts: all:!borgbackup_servers:!centos
|
||||
tasks:
|
||||
- name: Install required packages
|
||||
apt:
|
||||
|
Loading…
Reference in New Issue
Block a user