Start the port to ansible of openvpn

This commit is contained in:
Pierre-Yves Chibon 2014-07-31 22:37:58 +02:00
parent 0f302056a3
commit e5ff3b586e
311 changed files with 710 additions and 0 deletions

View file

@ -0,0 +1,24 @@
---
# OpenVpn basic configuration
- name: Install needed package
yum: pkg={{ item }} state=installed
with_items:
- openvpn
tags:
- packages
- name: Install certificate and key
file: src={{ item.file }}
dest={{ item.location }}/{{ item.dest }}
owner=root group=root mode={{ mode }}
with_items:
- { file: {{ puppet_private }}/vpn/openvpn/keys/ca.crt,
dest: /etc/openvpn/ca.crt,
mode: 0600 }
- { file: {{ puppet_private }}/vpn/openvpn/keys/crl.pem,
dest: /etc/openvpn/crl.pem,
mode: 0644 }
tags:
- install

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.3 192.168.0.3

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.4 192.168.0.4

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.5 192.168.0.5

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.6 192.168.0.6

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.13 192.168.0.13

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.24 192.168.0.24

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.23 192.168.0.23

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.79 192.168.0.79

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.51 192.168.0.51

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.98 192.168.0.98

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.36 192.168.0.36

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.34 192.168.0.34

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.42 192.168.0.42

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.64 192.168.0.64

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.111 192.168.0.111

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.109 192.168.0.109

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.110 192.168.0.110

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.43 192.168.0.43

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.99 192.168.0.99

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.100 192.168.0.100

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.116 192.168.0.116

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.117 192.168.0.117

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.48 192.168.0.48

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.26 192.168.0.26

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.50 192.168.0.50

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.70 192.168.0.70

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.101 192.168.0.101

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.21 192.168.0.21

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.37 192.168.0.37

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.89 192.168.0.89

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.78 192.168.0.78

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.50 192.168.0.50

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.51 192.168.0.51

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.91 192.168.0.91

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.104 192.168.0.104

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.105 192.168.0.105

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.92 192.168.0.92

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.18 192.168.0.18

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.55 192.168.0.55

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.71 192.168.0.71

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.72 192.168.0.72

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.97 192.168.0.97

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.87 192.168.0.87

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.132 192.168.0.132

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.84 192.168.0.84

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.85 192.168.0.85

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.86 192.168.0.86

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.44 192.168.0.44

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.47 192.168.0.47

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.100.5 192.168.0.5

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.38 192.168.0.38

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.39 192.168.0.39

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.49 192.168.0.49

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.114 192.168.0.114

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.115 192.168.0.115

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.95 192.168.0.95

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.96 192.168.0.96

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.133 192.168.0.133

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.22 192.168.0.22

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.16 192.168.0.16

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.102 192.168.0.102

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.17 192.168.0.17

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.40 192.168.0.40

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.65 192.168.0.65

View file

@ -0,0 +1,3 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.66 192.168.0.66

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.131 192.168.0.131

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.77 192.168.0.77

View file

@ -0,0 +1,2 @@
ifconfig-push 192.168.1.76 192.168.0.76

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.74 192.168.0.74

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.134 192.168.0.134

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.135 192.168.0.135

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.60 192.168.0.60

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.8 192.168.0.8

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.58 192.168.0.58

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.59 192.168.0.59

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.56 192.168.0.56

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.118 192.168.0.118

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.119 192.168.0.119

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.46 192.168.0.46

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.54 192.168.0.54

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.59 192.168.0.59

View file

@ -0,0 +1,2 @@
ifconfig-push 192.168.1.107 192.168.0.107

View file

@ -0,0 +1,2 @@
ifconfig-push 192.168.1.106 192.168.0.106

View file

@ -0,0 +1,2 @@
ifconfig-push 192.168.1.108 192.168.0.108

View file

@ -0,0 +1,2 @@
ifconfig-push 192.168.1.126 192.168.0.126

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.37 192.168.0.37

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.10 192.168.0.10

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.20 192.168.0.20

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.137 192.168.0.137

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.80 192.168.0.80

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.88 192.168.0.88

View file

@ -0,0 +1 @@
ifconfig-push 192.168.1.46 192.168.0.46

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.45 192.168.0.45

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.57 192.168.0.57

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.44 192.168.0.44

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.112 192.168.0.112

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.113 192.168.0.113

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.93 192.168.0.93

View file

@ -0,0 +1,2 @@
# ifconfig-push actualIP PtPIP
ifconfig-push 192.168.1.94 192.168.0.94

Some files were not shown because too many files have changed in this diff Show more