diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-05-02 18:02:39 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-05-02 18:02:39 +0000 |
commit | 40f69265d7943ccd0e61c4bb52de02e165dd7880 (patch) | |
tree | c7338fb80b66ee1e6bf7ab75f5b895a268399536 | |
parent | 1668ec04c0803ccff08b7027b9313812dcd2707e (diff) | |
download | ansible-40f69265d7943ccd0e61c4bb52de02e165dd7880.tar.gz ansible-40f69265d7943ccd0e61c4bb52de02e165dd7880.tar.xz ansible-40f69265d7943ccd0e61c4bb52de02e165dd7880.zip |
Add icmp allowed to all cloud instances we provision from ansible so we can monitor them from nagios.
35 files changed, 33 insertions, 39 deletions
diff --git a/inventory/host_vars/artboard.fedorainfracloud.org b/inventory/host_vars/artboard.fedorainfracloud.org index ab6185b26..8972746f0 100644 --- a/inventory/host_vars/artboard.fedorainfracloud.org +++ b/inventory/host_vars/artboard.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] ansible_ifcfg_blacklist: true diff --git a/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org b/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org index cbfb1aa9d..b62c5b16e 100644 --- a/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/blockerbugs-dev.cloud.fedoraproject.org @@ -2,7 +2,7 @@ instance_type: m1.medium image: "{{ el6_qcow_id }}" keypair: fedora-admin -security_group: webserver +security_group: webserver,all-icmp-persistent,default zone: nova hostbase: blockerbugs-dev- public_ip: 209.132.184.200 diff --git a/inventory/host_vars/communityblog.fedorainfracloud.org b/inventory/host_vars/communityblog.fedorainfracloud.org index 3e67089d1..0217ac74b 100644 --- a/inventory/host_vars/communityblog.fedorainfracloud.org +++ b/inventory/host_vars/communityblog.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org b/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org index 8f1873566..67d46a42f 100644 --- a/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org +++ b/inventory/host_vars/copr-dist-git-dev.fedorainfracloud.org @@ -3,7 +3,7 @@ instance_type: ms1.small image: "{{ fedora25_x86_64 }}" #image: rhel7-20141015 keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-dist-git-dev- public_ip: 209.132.184.179 diff --git a/inventory/host_vars/copr-dist-git.fedorainfracloud.org b/inventory/host_vars/copr-dist-git.fedorainfracloud.org index 835f87c50..91a9e2aa3 100644 --- a/inventory/host_vars/copr-dist-git.fedorainfracloud.org +++ b/inventory/host_vars/copr-dist-git.fedorainfracloud.org @@ -2,7 +2,7 @@ instance_type: ms1.medium.bigswap image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-dist-git- public_ip: 209.132.184.163 diff --git a/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org b/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org index c6d1f6c81..bb357250d 100644 --- a/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-fe-dev.cloud.fedoraproject.org @@ -2,7 +2,7 @@ instance_type: m1.medium image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-fe-dev- public_ip: 209.132.184.55 diff --git a/inventory/host_vars/copr-fe.cloud.fedoraproject.org b/inventory/host_vars/copr-fe.cloud.fedoraproject.org index a971d08b6..f7f30c1fd 100644 --- a/inventory/host_vars/copr-fe.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-fe.cloud.fedoraproject.org @@ -5,7 +5,7 @@ base_pkgs_erase: ['PackageKit*', 'sendmail', 'at'] instance_type: ms1.medium image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent zone: nova hostbase: copr-fe- public_ip: 209.132.184.54 diff --git a/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org b/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org index 59e4c4db8..4cabdbe2b 100644 --- a/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-keygen-dev.cloud.fedoraproject.org @@ -3,7 +3,7 @@ instance_type: ms1.small image: "{{ fedora25_x86_64 }}" keypair: fedora-admin-20130801 # todo: remove some security groups ? -security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,allow-nagios-persistent +security_group: web-80-anywhere-persistent,web-443-anywhere-persistent,ssh-anywhere-persistent,default,all-icmp-persistent zone: nova hostbase: copr-keygen-dev- public_ip: 209.132.184.46 diff --git a/inventory/host_vars/darkserver-dev.fedorainfracloud.org b/inventory/host_vars/darkserver-dev.fedorainfracloud.org index cad5fcbe6..00a392f85 100644 --- a/inventory/host_vars/darkserver-dev.fedorainfracloud.org +++ b/inventory/host_vars/darkserver-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/developer.fedorainfracloud.org b/inventory/host_vars/developer.fedorainfracloud.org index 4884fc620..aeac2e7ed 100644 --- a/inventory/host_vars/developer.fedorainfracloud.org +++ b/inventory/host_vars/developer.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/dopr-dev.cloud.fedoraproject.org b/inventory/host_vars/dopr-dev.cloud.fedoraproject.org deleted file mode 100644 index 145b8b9e6..000000000 --- a/inventory/host_vars/dopr-dev.cloud.fedoraproject.org +++ /dev/null @@ -1,4 +0,0 @@ ---- -resolvconf: "resolv.conf/cloud" -tcp_ports: [80, 443] -freezes: false diff --git a/inventory/host_vars/eclipse.fedorainfracloud.org b/inventory/host_vars/eclipse.fedorainfracloud.org index 969ae5e6f..7ffc7ff6c 100644 --- a/inventory/host_vars/eclipse.fedorainfracloud.org +++ b/inventory/host_vars/eclipse.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/faitout.fedorainfracloud.org b/inventory/host_vars/faitout.fedorainfracloud.org index 51e6966c5..1f4e273b4 100644 --- a/inventory/host_vars/faitout.fedorainfracloud.org +++ b/inventory/host_vars/faitout.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,pg-5432-anywhere,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,pg-5432-anywhere,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443, 5432] diff --git a/inventory/host_vars/fas2-dev.fedorainfracloud.org b/inventory/host_vars/fas2-dev.fedorainfracloud.org index 6fb39f88b..f3be911bc 100644 --- a/inventory/host_vars/fas2-dev.fedorainfracloud.org +++ b/inventory/host_vars/fas2-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ centos66_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fas3-dev.fedorainfracloud.org b/inventory/host_vars/fas3-dev.fedorainfracloud.org index d19aa4989..b15a4a265 100644 --- a/inventory/host_vars/fas3-dev.fedorainfracloud.org +++ b/inventory/host_vars/fas3-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fedimg-dev.fedorainfracloud.org b/inventory/host_vars/fedimg-dev.fedorainfracloud.org index cc2628eab..a3597d0b5 100644 --- a/inventory/host_vars/fedimg-dev.fedorainfracloud.org +++ b/inventory/host_vars/fedimg-dev.fedorainfracloud.org @@ -1,7 +1,7 @@ instance_type: m1.medium image: rhel7-20141015 keypair: fedora-admin-20130801 -security_group: default,ssh-anywhere-persistent +security_group: default,ssh-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org b/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org index e8cbf375d..42d6abe4c 100644 --- a/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org +++ b/inventory/host_vars/fedora-bootstrap.fedorainfracloud.org @@ -2,7 +2,7 @@ image: Fedora-Cloud-Base-23.x86_64-python2 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/glittergallery-dev.fedorainfracloud.org b/inventory/host_vars/glittergallery-dev.fedorainfracloud.org index ecb50aba3..17a52264e 100644 --- a/inventory/host_vars/glittergallery-dev.fedorainfracloud.org +++ b/inventory/host_vars/glittergallery-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/graphite.fedorainfracloud.org b/inventory/host_vars/graphite.fedorainfracloud.org index 1bef1d3ea..fe4636c63 100644 --- a/inventory/host_vars/graphite.fedorainfracloud.org +++ b/inventory/host_vars/graphite.fedorainfracloud.org @@ -1,7 +1,7 @@ instance_type: m1.large image: "{{ fedora23_x86_64 }}" keypair: fedora-admin-20130801 -security_group: default,wide-open-persistent +security_group: default,wide-open-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] custom_rules: diff --git a/inventory/host_vars/hubs-dev.fedorainfracloud.org b/inventory/host_vars/hubs-dev.fedorainfracloud.org index 21215564e..909cdd760 100644 --- a/inventory/host_vars/hubs-dev.fedorainfracloud.org +++ b/inventory/host_vars/hubs-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,all-icmp-persistent,default,web-80-anywhere-persistent,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/iddev.fedorainfracloud.org b/inventory/host_vars/iddev.fedorainfracloud.org index 8ac1fdf53..e729e61af 100644 --- a/inventory/host_vars/iddev.fedorainfracloud.org +++ b/inventory/host_vars/iddev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] ansible_ifcfg_blacklist: true diff --git a/inventory/host_vars/insim.fedorainfracloud.org b/inventory/host_vars/insim.fedorainfracloud.org index f689bd0b5..572091026 100644 --- a/inventory/host_vars/insim.fedorainfracloud.org +++ b/inventory/host_vars/insim.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/java-deptools.fedorainfracloud.org b/inventory/host_vars/java-deptools.fedorainfracloud.org index 7d06d29a9..00c32c049 100644 --- a/inventory/host_vars/java-deptools.fedorainfracloud.org +++ b/inventory/host_vars/java-deptools.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora24_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/lists-dev.fedorainfracloud.org b/inventory/host_vars/lists-dev.fedorainfracloud.org index 906c4f906..2ea58b343 100644 --- a/inventory/host_vars/lists-dev.fedorainfracloud.org +++ b/inventory/host_vars/lists-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,web-443-anywhere-persistent,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/magazine.fedorainfracloud.org b/inventory/host_vars/magazine.fedorainfracloud.org index 9c20a7654..cb5a73ae0 100644 --- a/inventory/host_vars/magazine.fedorainfracloud.org +++ b/inventory/host_vars/magazine.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,allow-nagios-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,allow-nagios-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/modernpaste.fedorainfracloud.org b/inventory/host_vars/modernpaste.fedorainfracloud.org index 0f8f4b8b7..bcddcaf05 100644 --- a/inventory/host_vars/modernpaste.fedorainfracloud.org +++ b/inventory/host_vars/modernpaste.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/modularity.fedorainfracloud.org b/inventory/host_vars/modularity.fedorainfracloud.org index fb9e5f380..6f8d3a3c3 100644 --- a/inventory/host_vars/modularity.fedorainfracloud.org +++ b/inventory/host_vars/modularity.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "Fedora-Cloud-Base-24 (Final)" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: modularity,ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: modularity,ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/piwik.fedorainfracloud.org b/inventory/host_vars/piwik.fedorainfracloud.org index f3b14e3f7..55ac47f0e 100644 --- a/inventory/host_vars/piwik.fedorainfracloud.org +++ b/inventory/host_vars/piwik.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora24_x86_64 }}" instance_type: m1.large keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/qadevel.cloud.fedoraproject.org b/inventory/host_vars/qadevel.cloud.fedoraproject.org deleted file mode 100644 index 6bf9e9dad..000000000 --- a/inventory/host_vars/qadevel.cloud.fedoraproject.org +++ /dev/null @@ -1,2 +0,0 @@ ---- -host_backup_targets: ['/var/lib/phabricator/files', '/srv/backup'] diff --git a/inventory/host_vars/regcfp.fedorainfracloud.org b/inventory/host_vars/regcfp.fedorainfracloud.org index cf8c74bf0..bc4e4e738 100644 --- a/inventory/host_vars/regcfp.fedorainfracloud.org +++ b/inventory/host_vars/regcfp.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/respins.fedorainfracloud.org b/inventory/host_vars/respins.fedorainfracloud.org index 14b207c8a..18cd44304 100644 --- a/inventory/host_vars/respins.fedorainfracloud.org +++ b/inventory/host_vars/respins.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: wide-open-persistent,default +security_group: wide-open-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 6969] diff --git a/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org b/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org index 6cc2116e3..c9cfeb281 100644 --- a/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org +++ b/inventory/host_vars/shumgrepper-dev.fedorainfracloud.org @@ -2,7 +2,7 @@ image: rhel7-20141015 instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/taiga.fedorainfracloud.org b/inventory/host_vars/taiga.fedorainfracloud.org index 1b4716a3a..4748024d6 100644 --- a/inventory/host_vars/taiga.fedorainfracloud.org +++ b/inventory/host_vars/taiga.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora25_x86_64 }}" instance_type: m1.medium keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/taigastg.fedorainfracloud.org b/inventory/host_vars/taigastg.fedorainfracloud.org index b4232f671..bdadd96ed 100644 --- a/inventory/host_vars/taigastg.fedorainfracloud.org +++ b/inventory/host_vars/taigastg.fedorainfracloud.org @@ -2,7 +2,7 @@ image: "{{ fedora23_x86_64 }}" instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-443-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] diff --git a/inventory/host_vars/testdays.fedorainfracloud.org b/inventory/host_vars/testdays.fedorainfracloud.org index 88cf72146..b5fa08542 100644 --- a/inventory/host_vars/testdays.fedorainfracloud.org +++ b/inventory/host_vars/testdays.fedorainfracloud.org @@ -2,7 +2,7 @@ image: 'rhel7-20141015' instance_type: m1.small keypair: fedora-admin-20130801 -security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default +security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,web-443-anywhere-persistent,default,all-icmp-persistent zone: nova tcp_ports: [22, 80, 443] |