-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #942 from lsst-it/IT-4777/tang.dev
(role/tang) fwv
- Loading branch information
Showing
197 changed files
with
1,040 additions
and
521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -325,17 +325,15 @@ yum::manage_os_default_repos: true | |
letsencrypt::email: "[email protected]" | ||
|
||
ipset::sets: | ||
# rubin/aura "internal" prefixes | ||
aura: | ||
aura: # rubin/aura "internal" prefixes | ||
ensure: "present" | ||
type: "hash:net" | ||
set: | ||
- "140.252.0.0/16" | ||
- "139.229.0.0/16" | ||
- "198.19.0.0/16" | ||
- "10.0.0.0/8" | ||
# rubin "internal" prefixes | ||
rubin: | ||
rubin: # rubin "internal" prefixes | ||
ensure: "present" | ||
type: "hash:net" | ||
set: | ||
|
@@ -352,6 +350,20 @@ ipset::sets: | |
type: "hash:net" | ||
set: | ||
- "139.229.144.0/26" | ||
dev: # dev site hosts | ||
ensure: "present" | ||
type: "hash:net" | ||
set: | ||
- "139.229.134.0/24" | ||
tufde: # tu/tts site hosts which might need FDE | ||
ensure: "present" | ||
type: "hash:net" | ||
set: | ||
- "140.252.146.32/27" | ||
- "140.252.146.64/27" | ||
- "140.252.147.0/28" | ||
- "140.252.147.32/28" | ||
- "140.252.147.64/27" | ||
|
||
# sssd ipa client setup -- do not use on ipa servers | ||
sssd::main_config: | ||
|
@@ -517,7 +529,6 @@ profile::core::firewall::firewall: | |
ipset: "rubin src" | ||
dport: "22" | ||
action: "accept" | ||
require: "Ipset::Set[rubin]" | ||
"020 accept dhcp": | ||
proto: "udp" | ||
sport: ["67", "68"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "139.229.134.4/24,139.229.134.254" | ||
dns: "139.229.134.53;139.229.135.54;139.229.135.55;" | ||
dns-search: "dev.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "140.252.146.87/27,140.252.146.65" | ||
dns: "140.252.146.71;140.252.146.72;140.252.146.73;" | ||
dns-search: "tu.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "139.229.134.58/24,139.229.134.254" | ||
dns: "139.229.134.53;139.229.135.54;139.229.135.55;" | ||
dns-search: "dev.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "140.252.146.88/27,140.252.146.65" | ||
dns: "140.252.146.71;140.252.146.72;140.252.146.73;" | ||
dns-search: "tu.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "139.229.134.59/24,139.229.134.254" | ||
dns: "139.229.134.53;139.229.135.54;139.229.135.55;" | ||
dns-search: "dev.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
nm::connections: | ||
enp1s0: | ||
content: | ||
connection: | ||
id: "enp1s0" | ||
uuid: "03da7500-2101-c722-2438-d0d006c28c73" | ||
type: "ethernet" | ||
interface-name: "enp1s0" | ||
ethernet: {} | ||
ipv4: | ||
address1: "140.252.146.89/27,140.252.146.65" | ||
dns: "140.252.146.71;140.252.146.72;140.252.146.73;" | ||
dns-search: "tu.lsst.org;" | ||
method: "manual" | ||
ipv6: | ||
method: "ignore" | ||
proxy: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
classes: | ||
- "profile::core::common" | ||
- "profile::core::firewall" | ||
- "restic" | ||
- "tang" | ||
packages: | ||
- "jose" | ||
|
||
firewall::ensure: "running" | ||
|
||
restic::repositories: | ||
awsrepo: | ||
backup_path: | ||
- "/var/db/tang" | ||
backup_timer: "*-*-* *:47:00" | ||
enable_forget: true | ||
forget_timer: "*-*-* 15:00:00" | ||
forget_flags: "--keep-within 1y" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
profile::core::firewall::firewall: | ||
"200 accept tang": | ||
proto: "tcp" | ||
state: "NEW" | ||
ipset: "dev src" | ||
dport: "7500" | ||
action: "accept" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
profile::core::firewall::firewall: | ||
"200 accept tang": | ||
proto: "tcp" | ||
state: "NEW" | ||
ipset: "tufde src" | ||
dport: "7500" | ||
action: "accept" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.