Compare commits
No commits in common. "fb006b0cd3fd5248b5f76b8c9c0ca6e950804a82" and "32061deac2fa9906ebefe038ebc1a70a5ae02fb3" have entirely different histories.
fb006b0cd3
...
32061deac2
@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/env ansible-playbook
|
|
||||||
# vim:ft=ansible:
|
|
||||||
---
|
|
||||||
- hosts: tags_ansible
|
|
||||||
roles:
|
|
||||||
- role: ansible
|
|
||||||
tags: [ ansible ]
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env ansible-playbook
|
|
||||||
# vim:ft=ansible:
|
|
||||||
---
|
|
||||||
dependencies:
|
|
||||||
role: ansible
|
|
@ -1,3 +0,0 @@
|
|||||||
# ansible-pull
|
|
||||||
|
|
||||||
This role configures and enables a period `ansible-pull` task through systemd, allowing for machines to ensure proper configuration periodically and of their own volition.
|
|
@ -1,5 +0,0 @@
|
|||||||
#!/usr/bin/env ansible-playbook
|
|
||||||
# vim:ft=ansible:
|
|
||||||
- name: install ansible
|
|
||||||
pip: name=ansible<5,ansible-lint state=latest
|
|
||||||
when: ansible_os_family != "Gentoo"
|
|
1
site.yml
1
site.yml
@ -20,7 +20,6 @@
|
|||||||
- import_playbook: playbooks/prod_web.yml
|
- import_playbook: playbooks/prod_web.yml
|
||||||
- import_playbook: playbooks/prod_game.yml
|
- import_playbook: playbooks/prod_game.yml
|
||||||
# Supplementary tags
|
# Supplementary tags
|
||||||
- import_playbook: playbooks/tags_ansible.yml
|
|
||||||
- import_playbook: playbooks/tags_ansible-pull.yml
|
- import_playbook: playbooks/tags_ansible-pull.yml
|
||||||
# Housekeeping tags for one-off tasks
|
# Housekeeping tags for one-off tasks
|
||||||
- import_playbook: playbooks/tags_docker-prune.yml
|
- import_playbook: playbooks/tags_docker-prune.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user