|
@@ -1,13 +1,5 @@
|
1
|
|
-# My useful ansible playbooks
|
|
1
|
+# Install required for Ansible python 2.7
|
2
|
2
|
|
3
|
|
-Security management:
|
4
|
|
-
|
5
|
|
-- [Centralized SSH keys management](https://git.blindage.org/21h/ansible-library/src/branch/centralized-keys)
|
6
|
|
-
|
7
|
|
-System and monitoring:
|
8
|
|
-
|
9
|
|
-- [Create systemd and upstart scripts](https://git.blindage.org/21h/ansible-library/src/branch/sys-systemd-and-upstart)
|
10
|
|
-
|
11
|
|
-Web deployment:
|
12
|
|
-
|
13
|
|
-- [PHP 7.1 FPM + Nginx](https://git.blindage.org/21h/ansible-library/src/branch/web-nginx-php-fpm7.1)
|
|
3
|
+This playbook shows you a trick to install python 2.7 into fresh created python3-only hosts.
|
|
4
|
+For example Ubuntu 16.04 or 18.04 doesnt have python2 libs on-board. Look at first task run
|
|
5
|
+with addition var to use Python3 for installing Python2 and next tasks with default Ansible interpreter.
|