summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <casper@casperlefantom.net>2019-09-23 22:12:06 +0200
committerMatthieu Saulnier <casper@casperlefantom.net>2019-09-23 22:12:06 +0200
commit921da796a0a23561ae5dde3002b584e4d2e88ba7 (patch)
tree63f0a2186ab05d9e3a548d201288d97b92821659
parent5810b4f165d65a67846abd062213a54f94cd0e5e (diff)
downloadplaybooks-ansible-921da796a0a23561ae5dde3002b584e4d2e88ba7.tar.gz
playbooks-ansible-921da796a0a23561ae5dde3002b584e4d2e88ba7.tar.xz
playbooks-ansible-921da796a0a23561ae5dde3002b584e4d2e88ba7.zip
Add new selinux modules in torrelay role and update inventory file
-rw-r--r--hosts.net2
-rw-r--r--hosts.tor2
-rw-r--r--roles/torrelay/files/tor-bind-pop_port-fedora-30.ppbin0 -> 7059 bytes
-rw-r--r--roles/torrelay/files/tor-dac-capabilities-fedora-30.ppbin0 -> 7008 bytes
-rw-r--r--roles/torrelay/files/tor-set-capabilities-fedora-30.ppbin0 -> 6973 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/hosts.net b/hosts.net
index 82d873d..ab8cf95 100644
--- a/hosts.net
+++ b/hosts.net
@@ -1,5 +1,5 @@
[clients]
-localhost ansible_python_interpreter=/usr/bin/python3
+localhost:54444 ansible_python_interpreter=/usr/bin/python3
[bt]
manchester.home.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
diff --git a/hosts.tor b/hosts.tor
index 9204958..3cf9149 100644
--- a/hosts.tor
+++ b/hosts.tor
@@ -1,5 +1,5 @@
[clients]
-onc27ga76nsdpmwc.onion ansible_python_interpreter=/usr/bin/python3
+onc27ga76nsdpmwc.onion:54444 ansible_python_interpreter=/usr/bin/python3
[bt]
d72vewh3wa4lwpaj.onion:54444 ansible_python_interpreter=/usr/bin/python3
diff --git a/roles/torrelay/files/tor-bind-pop_port-fedora-30.pp b/roles/torrelay/files/tor-bind-pop_port-fedora-30.pp
new file mode 100644
index 0000000..bec9ff1
--- /dev/null
+++ b/roles/torrelay/files/tor-bind-pop_port-fedora-30.pp
Binary files differ
diff --git a/roles/torrelay/files/tor-dac-capabilities-fedora-30.pp b/roles/torrelay/files/tor-dac-capabilities-fedora-30.pp
new file mode 100644
index 0000000..65cff8b
--- /dev/null
+++ b/roles/torrelay/files/tor-dac-capabilities-fedora-30.pp
Binary files differ
diff --git a/roles/torrelay/files/tor-set-capabilities-fedora-30.pp b/roles/torrelay/files/tor-set-capabilities-fedora-30.pp
new file mode 100644
index 0000000..3e93a0b
--- /dev/null
+++ b/roles/torrelay/files/tor-set-capabilities-fedora-30.pp
Binary files differ