This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Thrace-lan.info
/
ansible
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working on changes, and debugging
master
Erin Sims
2 years ago
parent
5e0a48144b
commit
791f4796fa
3 changed files
with
3 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
playbooks/create_droplet.yml
+0
-3
playbooks/mpdb.yaml
+0
-3
playbooks/mpdf.yaml
+ 3
- 0
playbooks/create_droplet.yml
View File
@@ -110,3 +110,6 @@
ansible.builtin.import_playbook: mpdb.yaml
ansible.builtin.import_playbook: mpdb.yaml
- name: mpdf
- name: mpdf
ansible.builtin.import_playbook: mpdf.yaml
ansible.builtin.import_playbook: mpdf.yaml
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml
+ 0
- 3
playbooks/mpdb.yaml
View File
@@ -83,6 +83,3 @@
ansible.builtin.service:
ansible.builtin.service:
name: mpd
name: mpd
state: restarted
state: restarted
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml
+ 0
- 3
playbooks/mpdf.yaml
View File
@@ -133,6 +133,3 @@
name: "mpdf{{ item }}"
name: "mpdf{{ item }}"
state: restarted
state: restarted
loop: "{{ range(1,mpdcount|int + 1) }}"
loop: "{{ range(1,mpdcount|int + 1) }}"
- name: sshfs
ansible.builtin.import_playbook: sshfs.yaml
Write
Preview
Loading…
Cancel
Save