summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2023-03-20 14:20:20 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2023-03-20 14:20:20 +0100
commitcb2608187801e6a272ef8d9c380a587a57e97e86 (patch)
tree54ed47ab56de32e841b4b83cf2a96319ae2d0b1e
parent374ee537a61c48dcdb3ccd40577de2e7736d9176 (diff)
downloadplaybooks-ansible-cb2608187801e6a272ef8d9c380a587a57e97e86.tar.gz
playbooks-ansible-cb2608187801e6a272ef8d9c380a587a57e97e86.tar.xz
playbooks-ansible-cb2608187801e6a272ef8d9c380a587a57e97e86.zip
Disable PHP role because all machines are offline
-rw-r--r--hosts.net3
-rw-r--r--site.yml2
2 files changed, 1 insertions, 4 deletions
diff --git a/hosts.net b/hosts.net
index 2725057..e24bd4b 100644
--- a/hosts.net
+++ b/hosts.net
@@ -1,9 +1,6 @@
[clients]
localhost:54444 ansible_python_interpreter=/usr/bin/python3
-[php]
-merlin.home.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
-
[bt]
localhost:54444 ansible_python_interpreter=/usr/bin/python3
nsa.casperlefantom.net:54444 ansible_python_interpreter=/usr/bin/python3
diff --git a/site.yml b/site.yml
index 80d5652..508ee28 100644
--- a/site.yml
+++ b/site.yml
@@ -17,7 +17,7 @@
- import_playbook: nfsserver.yml
- import_playbook: dbserver.yml
- import_playbook: dbreplication.yml
-- import_playbook: phpworker.yml
+###- import_playbook: phpworker.yml
- import_playbook: reverseproxy.yml
- import_playbook: vpnnode.yml
###- import_playbook: kvmserver.yml