drop paste, we have modernpaste now
This commit is contained in:
parent
9faf208637
commit
9c9edbed74
2 changed files with 0 additions and 34 deletions
|
@ -88,7 +88,6 @@
|
|||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/os-cluster.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/packages.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/pagure.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/paste.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/pdc.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/people.yml
|
||||
- import_playbook: /srv/web/infra/ansible/playbooks/groups/pkgdb.yml
|
||||
|
|
|
@ -1,33 +0,0 @@
|
|||
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=paste:paste-stg"
|
||||
|
||||
- name: make the box be real
|
||||
hosts: paste-stg:paste
|
||||
user: root
|
||||
gather_facts: True
|
||||
|
||||
vars_files:
|
||||
- /srv/web/infra/ansible/vars/global.yml
|
||||
- "/srv/private/ansible/vars.yml"
|
||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
roles:
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- hosts
|
||||
- fas_client
|
||||
- collectd/base
|
||||
- apache
|
||||
- paste
|
||||
- rsyncd
|
||||
- sudo
|
||||
- { role: openvpn/client,
|
||||
when: env != "staging" }
|
||||
|
||||
tasks:
|
||||
- include_tasks: "{{ tasks_path }}/yumrepos.yml"
|
||||
- include_tasks: "{{ tasks_path }}/2fa_client.yml"
|
||||
- include_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
handlers:
|
||||
- include_tasks: "{{ handlers_path }}/restart_services.yml"
|
Loading…
Add table
Add a link
Reference in a new issue